diff --git a/swh/web/common/exc.py b/swh/web/common/exc.py --- a/swh/web/common/exc.py +++ b/swh/web/common/exc.py @@ -136,6 +136,7 @@ exceptions.ObjectDoesNotExist, exceptions.DisallowedHost, exceptions.PermissionDenied, + BadInputExc, ), ): sentry_sdk.capture_exception(exc)