Skip to content

Commit

Permalink
Remove new top level client span check from UnicastRefInstrumentation…
Browse files Browse the repository at this point in the history
….java
  • Loading branch information
Samudraneel24 committed Dec 1, 2021
1 parent 8dab1ef commit 186e183
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ public static void onEnter(

Context parentContext = Java8BytecodeBridge.currentContext();

// TODO replace with client span check - this is a bit different condition though, can we
// remove it?
if (!Java8BytecodeBridge.spanFromContext(parentContext).getSpanContext().isValid()) {
return;
}
if (!instrumenter().shouldStart(parentContext, method)) {
return;
}
Expand Down

0 comments on commit 186e183

Please sign in to comment.