Description
For AioHttp, the failed_request_status_codes
will control whether responses of certain status codes should be reported to Sentry. Regardless of how failed_request_status_codes
is set, we will always report any unhandled exceptions where the response status is unclear to Sentry (this includes all unhandled exceptions, besides HTTPException
, asyncio.CancelledError
, and ConnectionResetError
, which typically result in 500 errors, but are not guaranteed to).
Metadata
Metadata
Assignees
Labels
No labels