Skip to content

Commit 65909ed

Browse files
authored
Update CHANGELOG.md
1 parent 97b6d9f commit 65909ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
sentry_sdk.init(
3232
integrations=[
3333
AioHttpIntegration(
34-
failed_request_status_codes={403, *range(500, 599)},
34+
failed_request_status_codes={403, *range(500, 600)},
3535
)
3636
]
3737
)
@@ -56,7 +56,7 @@
5656
```python
5757
sentry_sdk.init(
5858
integrations=StarletteIntegration(
59-
failed_request_status_codes={403, *range(500, 599)},
59+
failed_request_status_codes={403, *range(500, 600)},
6060
),
6161
)
6262
```

0 commit comments

Comments
 (0)