dispatchSpanStart
이 콘텐츠는 아직 번역되지 않았습니다.
function dispatchSpanStart<TSpanData>(span): Promise<void>;Dispatch a span start event to all processors registered on the global tracing provider.
This bypasses Span.start(), so callers can emit a start event without mutating the span state or existing timestamps.
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
|
|
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”Promise<void>