SpanOptions
이 콘텐츠는 아직 번역되지 않았습니다.
type SpanOptions<TData> = object;Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
|
|
Properties
Section titled “Properties”data: TData;endedAt?
Section titled “endedAt?”optional endedAt: string;error?
Section titled “error?”optional error: SpanError;parentId?
Section titled “parentId?”optional parentId: string;spanId?
Section titled “spanId?”optional spanId: string;startedAt?
Section titled “startedAt?”optional startedAt: string;traceId
Section titled “traceId”traceId: string;