Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mcculls committed Feb 3, 2025
1 parent 9af5347 commit 5a01802
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public void maybeInitialize() {
if (!isInitialized) {
final AgentScope activeScope = AgentTracer.get().activeScope();
if (activeScope != null && activeScope.isAsyncPropagating()) {
continuation = activeScope.captureConcurrent();
continuation = activeScope.capture();
}
isInitialized = true;
}
Expand Down

0 comments on commit 5a01802

Please sign in to comment.