UNPKG

applicationinsights

Version:

Microsoft Application Insights module for Node.js

7 lines (6 loc) 291 B
import { SeverityNumber } from "@opentelemetry/api-logs"; import { InstrumentationConfig } from "@opentelemetry/instrumentation"; export declare function enable(config?: InstrumentationConfig & { logSendingLevel?: SeverityNumber; }): void; export declare function dispose(): void;