콘텐츠로 이동

getCurrentSpan

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

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.