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 b0e6d10 commit a482084Copy full SHA for a482084
sentry_sdk/integrations/opentelemetry/sampler.py
@@ -191,6 +191,7 @@ def should_sample(
191
parent_sampled = get_parent_sampled(parent_span_context, trace_id)
192
parent_sample_rate = get_parent_sample_rate(parent_span_context, trace_id)
193
parent_sample_rand = get_parent_sample_rand(parent_span_context, trace_id)
194
+
195
if parent_sample_rand is not None:
196
sample_rand = parent_sample_rand
197
else:
0 commit comments