次の方法で共有


SpanStatusError type

setStatus に送信できるエラーを表す状態

type SpanStatusError = { error?: Error | string; status: "error" }