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
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
If I raise a APIException (maps to 500 error) in DRF, raven (5.23.0) is not reporting the error. If I raise a general Exception (also maps to 500) raven does report the error. Is this expected behavior? is there anyway to get raven to report the 500 errors from APIException?