Type Alias: SpanStatus

type SpanStatus = "unset" | "ok" | "error";

Defined in: tracing/types.ts:18

Span status indicating success, error, or unset