Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/core / / NOOP_TRACER

Variable: NOOP_TRACER

ts
const NOOP_TRACER: Tracer;

Defined in: packages/core/src/contracts/tracer.ts:141

Minimal no-op tracer. Useful as a typed default when downstream code needs a non-null Tracer without taking the observability dependency.

Stable