Skip to content

Span

attributes: Record<string, string | number | boolean>;

optional endTime?: number;

optional error?: Error;

events: SpanEvent[];

id: string;

name: string;

optional parentId?: string;

startTime: number;

status: "error" | "started" | "ended";