Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into feat-caffeine
Browse files Browse the repository at this point in the history
  • Loading branch information
CodePrometheus committed Dec 28, 2024
2 parents 43b9a65 + b0d5bc1 commit 01f2090
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ public <REQUEST, RESPONSE> ServerCall.Listener<REQUEST> interceptCall(ServerCall
ContextSnapshot contextSnapshot = ContextManager.capture();
AbstractSpan asyncSpan = span.prepareForAsync();

//Context context = Context.current().withValues(CONTEXT_SNAPSHOT_KEY, contextSnapshot, ACTIVE_SPAN_KEY, asyncSpan);

ServerCall.Listener<REQUEST> listener = Contexts.interceptCall(
Context.current(),
new TracingServerCall<>(call, contextSnapshot, asyncSpan),
Expand Down

0 comments on commit 01f2090

Please sign in to comment.