Skip to content

Commit d49038b

Browse files
committed
wording
1 parent 3541762 commit d49038b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/opentelemetry/sampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def should_sample(
204204
# and sample_rate are inconsistent, e.g. sample_rate=0.0 but sampled=True.
205205
# We cannot generate a sensible sample_rand value in this case.
206206
logger.debug(
207-
f"Could not backfill sample_rand, since parent_sampled={parent_sampled} "
207+
f"Could not generate sample_rand, since parent_sampled={parent_sampled} "
208208
f"and sample_rate={sample_rate}."
209209
)
210210
logger.warning(

0 commit comments

Comments
 (0)