lib: ignore paramiko logger
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
e12cbd8711
commit
dd8b579dd6
|
@ -111,6 +111,7 @@ def before_send(event: dict, hint: dict) -> Optional[dict]:
|
||||||
"django_redis.cache",
|
"django_redis.cache",
|
||||||
"celery.backends.redis",
|
"celery.backends.redis",
|
||||||
"celery.worker",
|
"celery.worker",
|
||||||
|
"paramiko.transport",
|
||||||
]:
|
]:
|
||||||
return None
|
return None
|
||||||
LOGGER.debug("sending event to sentry", exc=exc_value, source_logger=event.get("logger", None))
|
LOGGER.debug("sending event to sentry", exc=exc_value, source_logger=event.get("logger", None))
|
||||||
|
|
|
@ -30,4 +30,4 @@ This data is not cleaned, so if your flow involves inputting a password, it will
|
||||||
|
|
||||||
## Session ID
|
## 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.
|
||||||
|
|
Reference in New Issue