diff --git a/authentik/api/v3/sentry.py b/authentik/api/v3/sentry.py index 8f35734da..1bd59d1ff 100644 --- a/authentik/api/v3/sentry.py +++ b/authentik/api/v3/sentry.py @@ -65,6 +65,7 @@ class SentryTunnelView(APIView): headers={ "Content-Type": "application/octet-stream", }, + timeout=5, ) try: response.raise_for_status()