Skip to content

Commit 74c09ca

Browse files
authored
[Debugger] Don't redact config/address tokens (#6552)
## Summary of changes Stop redacting `config` and `address` tokens when collecting probe snapshots in Dynamic Instrumentation. ## Reason for change Align with the other tracing languages. ## Implementation details ## Test coverage ## Other details <!-- Fixes #{issue} --> <!-- ⚠️ Note: where possible, please obtain 2 approvals prior to merging. Unless CODEOWNERS specifies otherwise, for external teams it is typically best to have one review from a team member, and one review from apm-dotnet. Trivial changes do not require 2 reviews. -->
1 parent 18c2f0f commit 74c09ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tracer/src/Datadog.Trace/Debugger/Snapshots/Redaction.cs

-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ internal static class Redaction
8181
{
8282
"2fa",
8383
"accesstoken",
84-
"address",
8584
"aiohttpsession",
8685
"apikey",
8786
"appkey",
@@ -96,7 +95,6 @@ internal static class Redaction
9695
"cipher",
9796
"clientid",
9897
"clientsecret",
99-
"config",
10098
"connectionstring",
10199
"connectsid",
102100
"cookie",

0 commit comments

Comments
 (0)