diff --git a/requirements.txt b/requirements.txt index fdcddc4ae29..09418114542 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ dataclasses mako odoorpc openupgradelib +sentry_sdk<=1.9.0 diff --git a/sentry/processor.py b/sentry/processor.py index ef908c30bb5..47b56ab030b 100644 --- a/sentry/processor.py +++ b/sentry/processor.py @@ -1,10 +1,9 @@ -""" Custom class of raven.core.processors taken of https://git.io/JITko - This is a custom class of processor to filter and sanitize - passwords and keys from request data, it does not exist in - sentry-sdk. +"""Custom class of raven.core.processors taken of https://git.io/JITko +This is a custom class of processor to filter and sanitize +passwords and keys from request data, it does not exist in +sentry-sdk. """ - import re from sentry_sdk._compat import text_type