File tree 1 file changed +3
-3
lines changed
dd-trace-api/src/main/java/datadog/trace/context
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ public interface TraceScope extends Closeable {
13
13
14
14
/**
15
15
* @deprecated Replaced by {@link Tracer#captureActiveSpan()}.
16
- * <p>Prevent the currently active trace from reporting until the returned Continuation is
17
- * either activated (and the returned scope is closed), or canceled. Should be called on the
18
- * parent thread.
16
+ * <p>Prevent the <strong> currently active trace</strong>, which may differ from this scope
17
+ * instance, from reporting until the returned Continuation is either activated (and the
18
+ * returned scope is closed), or canceled. Should be called on the parent thread.
19
19
* @return Continuation of the active span, no-op continuation if there's no active span.
20
20
*/
21
21
@ Deprecated
You can’t perform that action at this time.
0 commit comments