UNPKG

241 BTypeScriptView Raw
1/**
2 * Telemetry types supported by this SDK
3 */
4export declare enum TelemetryType {
5 Event = 0,
6 Exception = 1,
7 Trace = 2,
8 Metric = 3,
9 Request = 4,
10 Dependency = 5,
11 Availability = 6,
12 PageView = 7
13}