Documentation / @zerotal/telemetry / SpanContext
Variable: SpanContext
constSpanContext:AsyncLocalStorage<ActiveContext>
Defined in: telemetry/src/SpanContext.ts:13
Propagates the active span through async call stacks via AsyncLocalStorage.
Set by Tracer.withSpan(); read by nested withSpan() calls to attach
child spans to the correct parent.