콘텐츠로 이동

dispatchTrace

이 콘텐츠는 아직 번역되지 않았습니다.

function dispatchTrace(trace): Promise<void>;

Dispatch a completed trace lifecycle to all processors registered on the global tracing provider.

This bypasses Trace.start() and Trace.end(), so callers can replay a completed lifecycle without mutating the trace state.

Parameter Type

trace

Trace

Promise<void>