Skip to content

SimpleSpanEvent

SimpleSpanEvent = Omit<NormalizedSpanEvent, "attributes"> & object

Lightweight span event accepted by createHarness(...) results.

optional attributes?: Record<string, unknown>

Raw event attributes accepted by createHarness(...) before normalization.