Skip to content

Commit

Permalink
[Debugger] Don't redact env tokens from probe snapshots (#6553)
Browse files Browse the repository at this point in the history
## 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. -->
  • Loading branch information
watson authored Jan 17, 2025
1 parent 74c09ca commit 282d5fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tracer/src/Datadog.Trace/Debugger/Snapshots/Redaction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ internal static class Redaction
"dburl",
"encryptionkey",
"encryptionkeyid",
"env",
"geolocation",
"gpgkey",
"ipaddress",
Expand Down

0 comments on commit 282d5fe

Please sign in to comment.