Skip to content

Commit 282d5fe

Browse files
authored
[Debugger] Don't redact env tokens from probe snapshots (#6553)
## Summary of changes Remove `env` from list of tokens to redact from Dynamic Instrumentation probe snapshots. Depends on: DataDog/system-tests#3827 ## Reason for change Feature parity ## 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 74c09ca commit 282d5fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ internal static class Redaction
107107
"dburl",
108108
"encryptionkey",
109109
"encryptionkeyid",
110-
"env",
111110
"geolocation",
112111
"gpgkey",
113112
"ipaddress",

0 commit comments

Comments
 (0)