Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Oct 1, 2024
1 parent 5de346c commit 97b6d9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
```python
sentry_sdk.init(
integrations=[
StarletteIntegration(
AioHttpIntegration(
failed_request_status_codes={403, *range(500, 599)},
)
]
Expand All @@ -50,8 +50,8 @@
- AIOHTTP: Handle invalid responses (#3554) by @szokeasaurusrex
- FastAPI/Starlette: Support new `failed_request_status_codes` (#3563) by @szokeasaurusrex

The format of `failed_request_status_codes` has changed slightly from a list
of containers to a set:
The format of `failed_request_status_codes` has changed from a list
of integers and containers to a set:

```python
sentry_sdk.init(
Expand Down

0 comments on commit 97b6d9f

Please sign in to comment.