콘텐츠로 이동

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