Skip to content

Commit 51c3aab

Browse files
committed
more test updates
1 parent ceb1b47 commit 51c3aab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integrations/asgi/test_asgi.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,9 @@ async def test_trace_from_headers_if_performance_disabled(
327327
asgi3_app_with_error_and_msg,
328328
capture_events,
329329
):
330-
sentry_init()
330+
sentry_init(
331+
traces_sample_rate=None, # disable all performance monitoring
332+
)
331333
app = SentryAsgiMiddleware(asgi3_app_with_error_and_msg)
332334

333335
trace_id = "582b43a4192642f0b136d5159a501701"

0 commit comments

Comments
 (0)