SimpleSpanRecord
SimpleSpanRecord =
Omit<NormalizedSpan,"attributes"|"error"|"events"> &object
Lightweight span record accepted by createHarness(...) results.
Type Declaration
Section titled “Type Declaration”attributes?
Section titled “attributes?”
optionalattributes?:Record<string,unknown>
Raw span attributes accepted by createHarness(...) before normalization.
error?
Section titled “error?”
optionalerror?:unknown
Raw span error accepted by createHarness(...) before normalization.
events?
Section titled “events?”
optionalevents?:SimpleSpanEvent[]
Raw span events accepted by createHarness(...) before normalization.