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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,8 +134,8 @@ 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://fastapi.tiangolo.com/reference/exceptions/?h=httpexception) exceptions should be
138
-
reported to Sentry. Other unhandled exceptions, which do not have a `status_code` attribute, are always reported to Sentry.
137
+
The `failed_request_status_codes` option determines whether [`HTTPException`](https://fastapi.tiangolo.com/reference/exceptions/?h=httpexception) exceptions should be
138
+
reported to Sentry. Unhandled exceptions that don't have a `status_code` attribute will always be reported to Sentry.
Copy file name to clipboardExpand all lines: docs/platforms/python/integrations/starlette/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,8 +91,8 @@ 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.
94
+
The `failed_request_status_codes` option determines whether [`HTTPException`](https://www.starlette.io/exceptions/#httpexception) exceptions should be
95
+
reported to Sentry. Unhandled exceptions that don't have a `status_code` attribute will always be reported to Sentry.
0 commit comments