Skip to content

Commit c37f47b

Browse files
authored
[DI] Align PII redaction tokens with the other tracers (#5114)
1 parent 726cfd6 commit c37f47b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

  • packages/dd-trace/src/debugger/devtools_client/snapshot

packages/dd-trace/src/debugger/devtools_client/snapshot/redaction.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const REDACTED_IDENTIFIERS = new Set(
1313
'_session',
1414
'_xsrf',
1515
'access_token',
16-
'address',
1716
'aiohttp_session',
1817
'api_key',
1918
'apisecret',
@@ -28,7 +27,6 @@ const REDACTED_IDENTIFIERS = new Set(
2827
'cipher',
2928
'client_secret',
3029
'clientid',
31-
'config',
3230
'connect.sid',
3331
'connectionstring',
3432
'cookie',
@@ -39,10 +37,8 @@ const REDACTED_IDENTIFIERS = new Set(
3937
'cvv',
4038
'databaseurl',
4139
'db_url',
42-
'email',
4340
'encryption_key',
4441
'encryptionkeyid',
45-
'env',
4642
'geo_location',
4743
'gpg_key',
4844
'ip_address',
@@ -62,7 +58,6 @@ const REDACTED_IDENTIFIERS = new Set(
6258
'pem_file',
6359
'pgp_key',
6460
'PHPSESSID',
65-
'phonenumber',
6661
'pin',
6762
'pincode',
6863
'pkcs8',
@@ -71,7 +66,6 @@ const REDACTED_IDENTIFIERS = new Set(
7166
'pwd',
7267
'recaptcha_key',
7368
'refresh_token',
74-
'remote_addr',
7569
'routingnumber',
7670
'salt',
7771
'secret',
@@ -94,7 +88,6 @@ const REDACTED_IDENTIFIERS = new Set(
9488
'transactionid',
9589
'twilio_token',
9690
'user_session',
97-
'uuid',
9891
'voterid',
9992
'x-auth-token',
10093
'x_api_key',

0 commit comments

Comments
 (0)