UNPKG

@ogcio/o11y-sdk-node

Version:

Opentelemetry standard instrumentation SDK for NodeJS based project

4 lines (3 loc) 176 B
import type { NodeSDKConfig } from "../index.js"; import type { Exporters } from "./index.js"; export default function buildConsoleExporters(config: NodeSDKConfig): Exporters;