Replies: 3 comments 6 replies
-
heyyyy @Kludex 👋 do you have a specific example? It's turned on with the integrations by default, we will have to check if this is only happening with Starlette and FastAPI integrations. Checking some older discussion, potentially related. It seems this is not always the case. Are the exceptions associated with any specific status code? Can you provide an example event that is sent, and the init setup you have for that python app? |
Beta Was this translation helpful? Give feedback.
-
Hey @Kludex 👋🏻 We don't capture all |
Beta Was this translation helpful? Give feedback.
-
We've just shipped an improvement in https://github.com/getsentry/sentry-python/releases/tag/2.5.0 that enables you to pick which HTTP status codes to report to Sentry. Check out the |
Beta Was this translation helpful? Give feedback.
-
Why
starlette.exceptions.HTTPException
andfastapi.exceptions.HTTPException
is sent as event to sentry?Beta Was this translation helpful? Give feedback.
All reactions