getCurrentSpan
이 콘텐츠는 아직 번역되지 않았습니다.
function getCurrentSpan(): null | Span<any>;
This function will get the current span from the execution context.
Returns
Section titled “Returns”null
| Span
<any
>
The current span or null if there is no span.