applicationinsights
Version:
Microsoft Application Insights module for Node.js
1 lines • 921 B
Source Map (JSON)
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,uCAAuC;AACvC,0DAAyD;AAAhD,kHAAA,eAAe,OAAA;AAExB,sDAA8D;AAArD,+GAAA,kBAAkB,OAAA;AAS3B,+BAA+D;AAAtD,uGAAA,eAAe,OAAA;AAAE,4GAAA,oBAAoB,OAAA;AAE9C,sBAAsB;AACtB,6DAA2C","sourcesContent":["// Copyright (c) Microsoft Corporation.\r\nexport { TelemetryClient } from \"./shim/telemetryClient\";\r\nexport { AzureMonitorOpenTelemetryOptions, InstrumentationOptions } from \"./types\";\r\nexport { KnownSeverityLevel } from \"./declarations/generated\";\r\nexport {\r\n AvailabilityTelemetry,\r\n TraceTelemetry,\r\n ExceptionTelemetry,\r\n EventTelemetry,\r\n PageViewTelemetry,\r\n Telemetry,\r\n} from \"./declarations/contracts\";\r\nexport { useAzureMonitor, shutdownAzureMonitor } from \"./main\";\r\n\r\n// To support the shim\r\nexport * from \"./shim/applicationinsights\";\r\n"]}