Skip to content

Commit 5a01802

Browse files
committed
WIP
1 parent 9af5347 commit 5a01802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/kotlin-coroutines/src/main/java/datadog/trace/instrumentation/kotlin/coroutines/ScopeStateCoroutineContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public void maybeInitialize() {
121121
if (!isInitialized) {
122122
final AgentScope activeScope = AgentTracer.get().activeScope();
123123
if (activeScope != null && activeScope.isAsyncPropagating()) {
124-
continuation = activeScope.captureConcurrent();
124+
continuation = activeScope.capture();
125125
}
126126
isInitialized = true;
127127
}

0 commit comments

Comments
 (0)