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
Handle MultiPartParserError to avoid internal sentry crash (#4001)
Handles an internal error in sentry_sdk if there is an issue with
parsing request.POST.
It would be better to handle this exception without request data instead
of crashing and not reporting anything.
---
Co-authored-by: Ivana Kellyer <[email protected]>
0 commit comments