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 507c21f commit 8010e46Copy full SHA for 8010e46
tests/test_dsc.py
@@ -269,7 +269,7 @@ def my_traces_sampler(sampling_context):
269
),
270
( # 4 traces_sampler overrides incoming (incoming not sampled)
271
{
272
- "incoming_sample_rate": 1.0,
+ "incoming_sample_rate": 0.9,
273
"incoming_sampled": "false",
274
"sentry_trace_header_parent_sampled": 0,
275
"use_local_traces_sampler": True,
@@ -317,7 +317,7 @@ def my_traces_sampler(sampling_context):
317
318
( # 8 traces_sampler overrides incoming (traces_sample_rate not set) (incoming not sampled)
319
320
321
322
323
0 commit comments