Represents the execution scope for a span, combining the trace instance and the active span. This interface is used as the context for executing functions within a span's scope.
3.4.0
Readonly
The trace host (core or AISKU instance).
Optional
The previously active span before this scope was created, if any.
The active span for this execution scope.
Restores the previous active span in the trace instance.
Represents the execution scope for a span, combining the trace instance and the active span. This interface is used as the context for executing functions within a span's scope.
Since
3.4.0