다음을 통해 공유


SpanStatusError type

setStatus로 보낼 수 있는 오류를 나타내는 상태

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