Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/observability / / createJSONLExporter

Function: createJSONLExporter()

ts
function createJSONLExporter(opts): JSONLExporter;

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

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

Parameters

ParameterType
optsJSONLExporterOptions

Returns

JSONLExporter

Stable