We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd6d31 commit c4d1f70Copy full SHA for c4d1f70
posthog/exception_utils.py
@@ -54,7 +54,7 @@
54
r"(?i).*privatekey.*",
55
r"(?i).*private_key.*",
56
r"(?i).*token.*",
57
- r"(?i).*aws_secret_access_key.*",
+ r"(?i).*aws_access_key_id.*",
58
]
59
60
DEFAULT_CODE_VARIABLES_IGNORE_PATTERNS = [r"^__.*"]
0 commit comments