From 8da4d14c468c8a4579db44bd4da0c3ec91555186 Mon Sep 17 00:00:00 2001 From: atchuthan Date: Tue, 31 Dec 2024 12:59:04 +0530 Subject: [PATCH] [IMP] sentry: pre-commit auto fixes --- requirements.txt | 1 + sentry/processor.py | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) 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