Skip to content

Commit 97b6d9f

Browse files
committed
Fix changelog
1 parent 5de346c commit 97b6d9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
```python
3131
sentry_sdk.init(
3232
integrations=[
33-
StarletteIntegration(
33+
AioHttpIntegration(
3434
failed_request_status_codes={403, *range(500, 599)},
3535
)
3636
]
@@ -50,8 +50,8 @@
5050
- AIOHTTP: Handle invalid responses (#3554) by @szokeasaurusrex
5151
- FastAPI/Starlette: Support new `failed_request_status_codes` (#3563) by @szokeasaurusrex
5252

53-
The format of `failed_request_status_codes` has changed slightly from a list
54-
of containers to a set:
53+
The format of `failed_request_status_codes` has changed from a list
54+
of integers and containers to a set:
5555

5656
```python
5757
sentry_sdk.init(

0 commit comments

Comments
 (0)