mirror of
https://github.com/inventree/InvenTree.git
synced 2026-08-10 15:36:17 +00:00
[sentry] Do not report MethodNotAllowed (#12584)
This commit is contained in:
@@ -36,6 +36,7 @@ def sentry_ignore_errors(): # pragma: no cover
|
||||
rest_framework.exceptions.AuthenticationFailed,
|
||||
rest_framework.exceptions.NotAuthenticated,
|
||||
rest_framework.exceptions.PermissionDenied,
|
||||
rest_framework.exceptions.MethodNotAllowed,
|
||||
rest_framework.exceptions.ValidationError,
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user