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 ceb1b47 commit 51c3aabCopy full SHA for 51c3aab
tests/integrations/asgi/test_asgi.py
@@ -327,7 +327,9 @@ async def test_trace_from_headers_if_performance_disabled(
327
asgi3_app_with_error_and_msg,
328
capture_events,
329
):
330
- sentry_init()
+ sentry_init(
331
+ traces_sample_rate=None, # disable all performance monitoring
332
+ )
333
app = SentryAsgiMiddleware(asgi3_app_with_error_and_msg)
334
335
trace_id = "582b43a4192642f0b136d5159a501701"
0 commit comments