diff --git a/authentik/lib/sentry.py b/authentik/lib/sentry.py index 05132aadb..30a87dcd2 100644 --- a/authentik/lib/sentry.py +++ b/authentik/lib/sentry.py @@ -111,6 +111,7 @@ def before_send(event: dict, hint: dict) -> Optional[dict]: "django_redis.cache", "celery.backends.redis", "celery.worker", + "paramiko.transport", ]: return None LOGGER.debug("sending event to sentry", exc=exc_value, source_logger=event.get("logger", None)) diff --git a/website/docs/flow/inspector.md b/website/docs/flow/inspector.md index 2cb26111c..79c58f4fc 100644 --- a/website/docs/flow/inspector.md +++ b/website/docs/flow/inspector.md @@ -30,4 +30,4 @@ This data is not cleaned, so if your flow involves inputting a password, it will ## Session ID -The unique ID for the currently used session. This can be used to debug issues with flows restarting/loosing state. +The unique ID for the currently used session. This can be used to debug issues with flows restarting/losing state.