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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ 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
137
+
The `failed_request_status_codes` option only controls whether [`HTTPException`](https://fastapi.tiangolo.com/reference/exceptions/?h=httpexception) exceptions should be
138
138
reported to Sentry. Other unhandled exceptions, which do not have a `status_code` attribute, are always reported to Sentry.
0 commit comments