Skip to content
Snippets Groups Projects
Commit 04d193a1 authored by Renaud Boyer's avatar Renaud Boyer
Browse files

Do not send UnauthorizedExc to sentry

parent 1e283841
No related branches found
Tags v5.7.3
No related merge requests found
......@@ -237,6 +237,7 @@ def sentry_capture_exception(exc: Exception) -> None:
RemoteException,
TransientRemoteException,
Ratelimited,
UnauthorizedExc,
),
):
# ignore noisy exceptions we cannot do anything about
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment