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 5df9ccc commit 472ab5cCopy full SHA for 472ab5c
sentry_sdk/integrations/opentelemetry/sampler.py
@@ -136,6 +136,7 @@ def should_sample(
136
},
137
"parent_sampled": get_parent_sampled(parent_span_context, trace_id),
138
}
139
+ sampling_context.update(attributes)
140
sample_rate = client.options["traces_sampler"](sampling_context)
141
142
else:
0 commit comments