Skip to content

Commit ad52cd4

Browse files
committed
Fixed link
1 parent ea97172 commit ad52cd4

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/python/integrations/fastapi

1 file changed

+1
-1
lines changed

docs/platforms/python/integrations/fastapi/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ You can pass the following keyword arguments to `StarletteIntegration()` and `Fa
134134

135135
A `set` of integers that will determine which status codes should be reported to Sentry.
136136

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
138138
reported to Sentry. Other unhandled exceptions, which do not have a `status_code` attribute, are always reported to Sentry.
139139

140140
Examples of valid `failed_request_status_codes`:

0 commit comments

Comments
 (0)