8000 Move async propagation API from scope to tracer by PerfectSlayer · Pull Request #8231 · DataDog/dd-trace-java · GitHub
[go: up one dir, main page]

Skip to content

Move async propagation API from scope to tracer #8231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jan 21, 2025
Prev Previous commit
feat(core): Move async propagation API from scope to tracer
  • Loading branch information
PerfectSlayer committed Jan 21, 2025
commit 92e1a55c31cbb464255cbcfe68e460d47ab29948
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import java.util.concurrent.TimeUnit
import java.util.concurrent.atomic.AtomicInteger
import java.util.concurrent.atomic.AtomicReference

import static datadog.trace.bootstrap.instrumentation.api.AgentTracer.setAsyncPropagationEnabled
import static datadog.trace.core.scopemanager.EVENT.ACTIVATE
import static datadog.trace.core.scopemanager.EVENT.CLOSE
import static datadog.trace.test.util.GCUtils.awaitGC
Expand Down
Loading
0