콘텐츠로 이동

getCurrentSpan

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

function getCurrentSpan(): null | Span<any>;

This function will get the current span from the execution context.

null | Span<any>

The current span or null if there is no span.