applicationinsights
Version:
Microsoft Application Insights module for Node.js
6 lines (5 loc) • 323 B
TypeScript
import TelemetryClient = require("../../Library/TelemetryClient");
import { IStandardEvent } from "diagnostic-channel";
import { Span } from "../AsyncHooksScopeManager";
export declare const subscriber: (event: IStandardEvent<Span>) => void;
export declare function enable(enabled: boolean, client: TelemetryClient): void;