Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/observability / / createConsoleExporter
Function: createConsoleExporter()
ts
function createConsoleExporter(opts?): TraceExporter;Defined in: packages/observability/src/exporters/console.ts:33
Build a console-based trace exporter. Call withValidation(exporter) before passing the result to createTracer({ exporters }).
Parameters
| Parameter | Type |
|---|---|
opts | ConsoleExporterOptions |