Skip to content

Commit 6ece325

Browse files
authored
Don't redact env tokens from debugger probe snapshots (#8211)
1 parent 0da31f6 commit 6ece325

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.continue.yml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ instrumentation_modules: &instrumentation_modules "dd-java-agent/instrumentation
3636
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"
3737
profiling_modules: &profiling_modules "dd-java-agent/agent-profiling"
3838

39-
default_system_tests_commit: &default_system_tests_commit 2d531d6f809cfcdd5d6d375f92bda86202dea332
39+
default_system_tests_commit: &default_system_tests_commit 2cb5033072c1813eccdce332153a378607e73d85
4040

4141
parameters:
4242
nightly:

dd-java-agent/agent-debugger/debugger-bootstrap/src/main/java/datadog/trace/bootstrap/debugger/util/Redaction.java

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ public class Redaction {
4646
"dburl",
4747
"encryptionkey",
4848
"encryptionkeyid",
49-
"env",
5049
"geolocation",
5150
"gpgkey",
5251
"ipaddress",

0 commit comments

Comments
 (0)