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
Copy file name to clipboardExpand all lines: dd-java-agent/agent-debugger/debugger-bootstrap/src/main/java/datadog/trace/bootstrap/debugger/CapturedContext.java
-23Lines changed: 0 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,6 @@ public class CapturedContext implements ValueReferenceResolver {
Copy file name to clipboardExpand all lines: dd-java-agent/agent-debugger/src/main/java/com/datadog/debugger/instrumentation/CapturedContextInstrumentor.java
-99Lines changed: 0 additions & 99 deletions
Original file line number
Diff line number
Diff line change
@@ -778,8 +778,6 @@ private InsnList collectCapturedContext(Snapshot.Kind kind, AbstractInsnNode loc
778
778
// stack: [capturedcontext]
779
779
collectStaticFields(insnList);
780
780
// stack: [capturedcontext]
781
-
collectCorrelationInfo(insnList);
782
-
// stack: [capturedcontext]
783
781
/*
784
782
* It makes no sense collecting local variables for exceptions - the ones contributing to the exception
785
783
* are most likely to be outside of the scope in the exception handler block and there is no way to figure
0 commit comments