Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/observability / / isValidatedExporter

Function: isValidatedExporter()

ts
function isValidatedExporter(exporter): boolean;

Defined in: packages/observability/src/exporters/with-validation.ts:150

Quickly check whether an exporter is the result of a previous withValidation call. The tracer uses this to fail fast at startup.

Parameters

ParameterType
exporterTraceExporter

Returns

boolean

Stable