跳转到内容

setCurrentSpan

此内容尚不支持你的语言。

function setCurrentSpan(span): void;

This function will set the current span in the execution context.

Parameter Type Description

span

Span<any>

The span to set as the current span.

void