Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
javadoc
  • Loading branch information
mcculls committed Feb 12, 2025
commit 035db7ff6d9316963a657bb9bff619b0d3ed5c87
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ public interface TraceScope extends Closeable {

/**
* @deprecated Replaced by {@link Tracer#captureActiveSpan()}.
* <p>Prevent the currently active trace from reporting until the returned Continuation is
* either activated (and the returned scope is closed), or canceled. Should be called on the
* parent thread.
* <p>Prevent the <strong>currently active trace</strong>, which may differ from this scope
* instance, from reporting until the returned Continuation is either activated (and the
* returned scope is closed), or canceled. Should be called on the parent thread.
* @return Continuation of the active span, no-op continuation if there's no active span.
*/
@Deprecated
Expand Down