UNPKG

@accounter/server

Version:
7 lines (6 loc) 264 B
import { NodeSDK } from '@opentelemetry/sdk-node'; /** * Builds and returns a configured (but not yet started) NodeSDK instance using * the OTEL settings from `env`. Returns null when OTEL is disabled. */ export declare function buildOtelSdk(): NodeSDK | null;