Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/observability / / createJSONLExporter

Function: createJSONLExporter()

ts
function createJSONLExporter(opts): TraceExporter;

Defined in: packages/observability/src/exporters/jsonl.ts:58

Build a JSONL trace exporter. Call withValidation(exporter) before passing the result to createTracer({ exporters }).

Parameters

ParameterType
optsJSONLExporterOptions

Returns

TraceExporter

Stable