Skip to content

Commit

Permalink
[#9206] Backport: Fix rabbitMQ consumer handle interceptor
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehong-kim committed Sep 20, 2022
1 parent ce42fe2 commit f29fba0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public void after(Object target, Object[] args, Object result, Throwable throwab
}
if (!trace.canSampled()) {
traceContext.removeTraceObject();
return;
}
try {
SpanEventRecorder recorder = trace.currentSpanEventRecorder();
Expand Down

0 comments on commit f29fba0

Please sign in to comment.