Skip to main content

%Trace.Scope

class %Trace.Scope extends %Library.RegisteredObject

Manages the lifetime of the ActiveSpan. The ActiveSpan remains active as long as the Scope object remains in memory. When the Scope object goes out of scope or is killed, then the ActiveSpan is no longer active, and will be replaced by the previous active span.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab