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 613db58 commit 0b2f59cCopy full SHA for 0b2f59c
tests/tracing/test_sampling.py
@@ -310,7 +310,10 @@ def test_records_lost_event_only_if_traces_sampler_enabled(
310
sampled_output,
311
expected_record_lost_event_calls,
312
):
313
- sentry_init(traces_sampler=traces_sampler)
+ sentry_init(
314
+ traces_sample_rate=None,
315
+ traces_sampler=traces_sampler,
316
+ )
317
record_lost_event_calls = capture_record_lost_event_calls()
318
319
with start_span(name="dogpark") as span:
0 commit comments