lib: ignore paramiko logger

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-01-21 10:46:33 +01:00
parent e12cbd8711
commit dd8b579dd6
2 changed files with 2 additions and 1 deletions

View File

@ -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))

View File

@ -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.