diff --git a/InvenTree/InvenTree/sentry.py b/InvenTree/InvenTree/sentry.py index 5c2c01b238..49957adc0a 100644 --- a/InvenTree/InvenTree/sentry.py +++ b/InvenTree/InvenTree/sentry.py @@ -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, ]