Skip to main content

TraceStack

Defined in: src/lib/logging/types.ts:103

Stack of trace contexts for nested operations. Allows building a trace hierarchy as requests flow through the system.

Properties

PropertyTypeDescriptionDefined in
originRuntimeThe originating runtime where the trace started.src/lib/logging/types.ts:113
spansTraceContext[]Stack of spans, with the current span at the end. Each entry represents a hop in the trace: web → client → serversrc/lib/logging/types.ts:108