UNPKG

applicationinsights

Version:

Microsoft Application Insights module for Node.js

14 lines (13 loc) 241 B
/** * Telemetry types supported by this SDK */ export declare enum TelemetryType { Event = 0, Exception = 1, Trace = 2, Metric = 3, Request = 4, Dependency = 5, Availability = 6, PageView = 7 }