You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename debugger config to dynamic instrumentation (#8332)
* Rename debugger config to dynamic instrumentation
Originally the config parameter was debuggerXXX. when the product was
rolled out we use the term dynamic instrumentation. Now that we will
introduce the live debugger in itself, it's confusing to keep debugger
everywhere.
First step is to rename dynamic instrumentation config tokens to
reflect the fact that they are belonging to Dynamic Instrumentation
part of the product
* missed one
Copy file name to clipboardExpand all lines: dd-java-agent/agent-debugger/debugger-bootstrap/src/main/java/datadog/trace/bootstrap/debugger/DebuggerContext.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -307,7 +307,8 @@ public static void evalContext(
307
307
// only freeze the context when we have at lest one snapshot probe, and we should send
Copy file name to clipboardExpand all lines: dd-java-agent/agent-debugger/debugger-bootstrap/src/main/java/datadog/trace/bootstrap/debugger/util/Redaction.java
* based on sentry list: https://github.com/getsentry/sentry-python/blob/fefb454287b771ac31db4e30fa459d9be2f977b8/sentry_sdk/scrubber.py#L17-L58
Copy file name to clipboardExpand all lines: dd-java-agent/agent-debugger/debugger-bootstrap/src/test/java/datadog/trace/bootstrap/debugger/util/RedactionTest.java
Copy file name to clipboardExpand all lines: dd-java-agent/agent-debugger/debugger-el/src/test/java/com/datadog/debugger/el/expressions/GetMemberExpressionTest.java
Copy file name to clipboardExpand all lines: dd-java-agent/agent-debugger/debugger-el/src/test/java/com/datadog/debugger/el/expressions/IndexExpressionTest.java
Copy file name to clipboardExpand all lines: dd-java-agent/agent-debugger/debugger-el/src/test/java/com/datadog/debugger/el/expressions/ValueRefExpressionTest.java
Copy file name to clipboardExpand all lines: dd-java-agent/agent-debugger/src/main/java/com/datadog/debugger/instrumentation/CapturedContextInstrumentor.java
0 commit comments