跳转到内容

TraceContextSnapshot

此内容尚不支持你的语言。

type TraceContextSnapshot = Readonly<{
span?: Span<any> | null;
trace: Trace;
}>;