Browse Source

[FIX] Better manage KEYS - FIELDS conversion

pull/1463/head
Nicolas JEUDY 6 years ago
committed by Sylvain LE GAL
parent
commit
97be767826
  1. 2
      sentry/logutils.py

2
sentry/logutils.py

@ -101,6 +101,6 @@ class SanitizeOdooCookiesProcessor(SanitizePasswordsProcessor):
Allows to sanitize sensitive Odoo cookies, namely the "session_id" cookie.
'''
KEYS = frozenset([
KEYS = FIELDS = frozenset([
'session_id',
])
Loading…
Cancel
Save