type alias SpanStatus
Since 0.2.0

Span status — whether the span completed successfully or not.

Definition

"ok" | "error" | "unset"

Usage

import { type SpanStatus } from "common/src/index.ts";