We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3541762 commit d49038bCopy full SHA for d49038b
sentry_sdk/integrations/opentelemetry/sampler.py
@@ -204,7 +204,7 @@ def should_sample(
204
# and sample_rate are inconsistent, e.g. sample_rate=0.0 but sampled=True.
205
# We cannot generate a sensible sample_rand value in this case.
206
logger.debug(
207
- f"Could not backfill sample_rand, since parent_sampled={parent_sampled} "
+ f"Could not generate sample_rand, since parent_sampled={parent_sampled} "
208
f"and sample_rate={sample_rate}."
209
)
210
logger.warning(
0 commit comments