You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/python/integrations/fastapi/index.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,9 @@ You can pass the following keyword arguments to `StarletteIntegration()` and `Fa
134
134
135
135
A `set` of integers that will determine which status codes should be reported to Sentry.
136
136
137
+
The `failed_request_status_codes` option only controls whether [`HTTPException`](https://www.starlette.io/exceptions/#httpexception) exceptions should be
138
+
reported to Sentry. Other unhandled exceptions, which do not have a `status_code` attribute, are always reported to Sentry.
Copy file name to clipboardExpand all lines: docs/platforms/python/integrations/starlette/index.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,9 @@ You can pass the following keyword arguments to `StarletteIntegration()`:
91
91
92
92
A `set` of integers that will determine which status codes should be reported to Sentry.
93
93
94
+
The `failed_request_status_codes` option only controls whether [`HTTPException`](https://www.starlette.io/exceptions/#httpexception) exceptions should be
95
+
reported to Sentry. Other unhandled exceptions, which do not have a `status_code` attribute, are always reported to Sentry.
0 commit comments