Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/observability / / VALIDATED_EXPORTER_BRAND

Variable: VALIDATED_EXPORTER_BRAND

ts
const VALIDATED_EXPORTER_BRAND: unique symbol;

Defined in: packages/observability/src/exporters/types.ts:16

Discriminator marker — every exporter that has been wrapped via withValidation(...) is branded with this symbol so the tracer can fail-fast at startup when a raw exporter is registered.

Stable