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
| Property | Type | Description | Defined in |
|---|---|---|---|
origin | Runtime | The originating runtime where the trace started. | src/lib/logging/types.ts:113 |
spans | TraceContext[] | Stack of spans, with the current span at the end. Each entry represents a hop in the trace: web → client → server | src/lib/logging/types.ts:108 |