Skip to content

CustomSpanData

type CustomSpanData = SpanDataBase & object;
data: Record<string, any>;
name: string;
type: "custom";