Skip to content

Commit 3492eea

Browse files
.
1 parent d62b438 commit 3492eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tracing/test_ignore_status_codes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def test_transaction_not_ignored_when_status_code_has_invalid_type(
125125
):
126126
sentry_init(
127127
traces_sample_rate=1.0,
128-
trace_ignore_status_codes=(404,),
128+
trace_ignore_status_codes=((401, 404),),
129129
)
130130
events = capture_events()
131131

0 commit comments

Comments
 (0)