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
Also refactor the status of the instrumentation to be returned by
instrument method. It avoids to send a probe status INSTALLED first
then received later the ERROR one.
Report a probe status error when trying to instrument a single line
span probe.
Copy file name to clipboardExpand all lines: dd-java-agent/agent-debugger/src/main/java/com/datadog/debugger/instrumentation/CapturedContextInstrumentor.java
+16-11
Original file line number
Diff line number
Diff line change
@@ -78,17 +78,21 @@ public CapturedContextInstrumentor(
Copy file name to clipboardExpand all lines: dd-java-agent/agent-debugger/src/main/java/com/datadog/debugger/instrumentation/InstrumentationResult.java
0 commit comments