Skip to content

Commit

Permalink
[pinpoint-apm#9183] Fix rabbitmq consumer handle
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehong-kim authored and BillionaireDY committed Nov 18, 2022
1 parent 3701dc8 commit 058026d
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 058026d

Please sign in to comment.