Skip to content

Commit

Permalink
revert back to putting the whole span for now
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Dec 10, 2024
1 parent 4524f7b commit 71e1e8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static void exit(AgentSpan span) {
if (InstrumenterConfig.get().isCodeOriginEnabled()) {
String probeId = captureCodeOrigin(false);
if (span != null) {
span.getLocalRootSpan().setTag(probeId, span.getSpanId());
span.getLocalRootSpan().setTag(probeId, span);
}
}
}
Expand Down

0 comments on commit 71e1e8e

Please sign in to comment.