Skip to main content
zerotal

Documentation


Documentation / @zerotal/telemetry / TracerOptions

Interface: TracerOptions

Defined in: telemetry/src/Tracer.ts:6

Properties

exporter

exporter: SpanExporter

Defined in: telemetry/src/Tracer.ts:7


minDurationMs?

optional minDurationMs?: number

Defined in: telemetry/src/Tracer.ts:9

Drop spans in which the callback took less than this many ms. Default: 0 (keep all).


rethrowExportErrors?

optional rethrowExportErrors?: boolean

Defined in: telemetry/src/Tracer.ts:11

When true, export() errors are surfaced rather than swallowed. Default: false.