Skip to content

Commit

Permalink
Don't redact env tokens from debugger probe snapshots (#8211)
Browse files Browse the repository at this point in the history
  • Loading branch information
watson authored Jan 15, 2025
1 parent 0da31f6 commit 6ece325
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.continue.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ instrumentation_modules: &instrumentation_modules "dd-java-agent/instrumentation
debugger_modules: &debugger_modules "dd-java-agent/agent-debugger|dd-java-agent/agent-bootstrap|dd-java-agent/agent-builder|internal-api|communication|dd-trace-core"
profiling_modules: &profiling_modules "dd-java-agent/agent-profiling"

default_system_tests_commit: &default_system_tests_commit 2d531d6f809cfcdd5d6d375f92bda86202dea332
default_system_tests_commit: &default_system_tests_commit 2cb5033072c1813eccdce332153a378607e73d85

parameters:
nightly:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public class Redaction {
"dburl",
"encryptionkey",
"encryptionkeyid",
"env",
"geolocation",
"gpgkey",
"ipaddress",
Expand Down

0 comments on commit 6ece325

Please sign in to comment.