SimpleTraceRecord
SimpleTraceRecord =
Omit<NormalizedTrace,"metadata"|"spans"> &object
Lightweight trace record accepted by createHarness(...) results.
Type Declaration
Section titled “Type Declaration”metadata?
Section titled “metadata?”
optionalmetadata?:Record<string,unknown>
Raw trace metadata accepted by createHarness(...) before normalization.
spans:
SimpleSpanRecord[]
Lightweight spans to normalize into the trace.