We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de346c commit 97b6d9fCopy full SHA for 97b6d9f
CHANGELOG.md
@@ -30,7 +30,7 @@
30
```python
31
sentry_sdk.init(
32
integrations=[
33
- StarletteIntegration(
+ AioHttpIntegration(
34
failed_request_status_codes={403, *range(500, 599)},
35
)
36
]
@@ -50,8 +50,8 @@
50
- AIOHTTP: Handle invalid responses (#3554) by @szokeasaurusrex
51
- FastAPI/Starlette: Support new `failed_request_status_codes` (#3563) by @szokeasaurusrex
52
53
- The format of `failed_request_status_codes` has changed slightly from a list
54
- of containers to a set:
+ The format of `failed_request_status_codes` has changed from a list
+ of integers and containers to a set:
55
56
57
0 commit comments