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 b070889 commit ff07f4fCopy full SHA for ff07f4f
1 file changed
packages/dd-trace/src/debugger/devtools_client/snapshot/redaction.js
@@ -42,6 +42,7 @@ const REDACTED_IDENTIFIERS = new Set(
42
'email',
43
'encryption_key',
44
'encryptionkeyid',
45
+ 'env',
46
'geo_location',
47
'gpg_key',
48
'ip_address',
@@ -75,6 +76,7 @@ const REDACTED_IDENTIFIERS = new Set(
75
76
'salt',
77
'secret',
78
'secretKey',
79
+ 'secrettoken',
80
'securitycode',
81
'security_answer',
82
'security_question',
0 commit comments