mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Sentry: ignore NotAuthenticated errors (#5702)
- Causes a lot of unnecessary error reports
This commit is contained in:
parent
01f30222eb
commit
59efae0bfc
@ -31,6 +31,7 @@ def sentry_ignore_errors():
|
||||
Http404,
|
||||
ValidationError,
|
||||
rest_framework.exceptions.AuthenticationFailed,
|
||||
rest_framework.exceptions.NotAuthenticated,
|
||||
rest_framework.exceptions.PermissionDenied,
|
||||
rest_framework.exceptions.ValidationError,
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user