Skip to content

Commit

Permalink
revert back to putting the whole span for now (#8074)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly authored Dec 10, 2024
1 parent 063dd0b commit 7afe313
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 7afe313

Please sign in to comment.