File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dd-trace-api/src/main/java/datadog/trace/context Expand file tree Collapse file tree 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 {
1313
1414 /**
1515 * @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.
1919 * @return Continuation of the active span, no-op continuation if there's no active span.
2020 */
2121 @ Deprecated
You can’t perform that action at this time.
0 commit comments