Skip to content

SimpleTraceRecord

SimpleTraceRecord = Omit<NormalizedTrace, "metadata" | "spans"> & object

Lightweight trace record accepted by createHarness(...) results.

optional metadata?: Record<string, unknown>

Raw trace metadata accepted by createHarness(...) before normalization.

spans: SimpleSpanRecord[]

Lightweight spans to normalize into the trace.