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.