getCurrentSpan
このコンテンツはまだ日本語訳がありません。
function getCurrentSpan(): Span<any> | null;This function will get the current span from the execution context.
Returns
Section titled “Returns”Span<any> | null
The current span or null if there is no span.
このコンテンツはまだ日本語訳がありません。
function getCurrentSpan(): Span<any> | null;This function will get the current span from the execution context.
Span<any> | null
The current span or null if there is no span.