콘텐츠로 이동

TracingExporter

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

Exports traces and spans. For example, could log them or send them to a backend.

export(items, signal?): Promise<void>;

Export the given traces and spans

Parameter Type Description

items

(Trace | Span)[]

The traces and spans to export

signal?

AbortSignal

Promise<void>