Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana authored Oct 1, 2024
1 parent 97b6d9f commit 65909ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
sentry_sdk.init(
integrations=[
AioHttpIntegration(
failed_request_status_codes={403, *range(500, 599)},
failed_request_status_codes={403, *range(500, 600)},
)
]
)
Expand All @@ -56,7 +56,7 @@
```python
sentry_sdk.init(
integrations=StarletteIntegration(
failed_request_status_codes={403, *range(500, 599)},
failed_request_status_codes={403, *range(500, 600)},
),
)
```
Expand Down

0 comments on commit 65909ed

Please sign in to comment.