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 3fcbf65 commit 9600484Copy full SHA for 9600484
sentry_sdk/integrations/opentelemetry/sampler.py
@@ -148,8 +148,6 @@ def should_sample(
148
parent_sampled = custom_parent_sampled
149
else:
150
parent_sampled = get_parent_sampled(parent_span_context, trace_id)
151
- print("custom_parent_sampled", custom_parent_sampled)
152
- print("get parent sampled", get_parent_sampled(parent_span_context, trace_id))
153
154
if is_root_span and has_traces_sampler:
155
sampling_context = {
0 commit comments