Skip to content

Commit 71e1e8e

Browse files
committed
revert back to putting the whole span for now
1 parent 4524f7b commit 71e1e8e

File tree

1 file changed

+1
-1
lines changed
  • dd-java-agent/agent-debugger/debugger-bootstrap/src/main/java/datadog/trace/bootstrap/debugger/spanorigin

1 file changed

+1
-1
lines changed

dd-java-agent/agent-debugger/debugger-bootstrap/src/main/java/datadog/trace/bootstrap/debugger/spanorigin/CodeOriginInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static void exit(AgentSpan span) {
1717
if (InstrumenterConfig.get().isCodeOriginEnabled()) {
1818
String probeId = captureCodeOrigin(false);
1919
if (span != null) {
20-
span.getLocalRootSpan().setTag(probeId, span.getSpanId());
20+
span.getLocalRootSpan().setTag(probeId, span);
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)