Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/core / / NOOP_TRACER

Variable: NOOP_TRACER

ts
const NOOP_TRACER: Tracer;

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

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

Stable