@microsoft/applicationinsights-common 3.3.12-nightly3.2602-20 → 3.4.0-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (175) hide show
  1. package/README.md +21 -2
  2. package/browser/es5/applicationinsights-common.cjs.js +1089 -289
  3. package/browser/es5/applicationinsights-common.cjs.js.map +1 -1
  4. package/browser/es5/applicationinsights-common.cjs.min.js +2 -2
  5. package/browser/es5/applicationinsights-common.cjs.min.js.map +1 -1
  6. package/browser/es5/applicationinsights-common.gbl.js +1091 -291
  7. package/browser/es5/applicationinsights-common.gbl.js.map +1 -1
  8. package/browser/es5/applicationinsights-common.gbl.min.js +2 -2
  9. package/browser/es5/applicationinsights-common.gbl.min.js.map +1 -1
  10. package/browser/es5/applicationinsights-common.integrity.json +25 -25
  11. package/browser/es5/applicationinsights-common.js +1091 -291
  12. package/browser/es5/applicationinsights-common.js.map +1 -1
  13. package/browser/es5/applicationinsights-common.min.js +2 -2
  14. package/browser/es5/applicationinsights-common.min.js.map +1 -1
  15. package/dist/es5/applicationinsights-common.js +1089 -289
  16. package/dist/es5/applicationinsights-common.js.map +1 -1
  17. package/dist/es5/applicationinsights-common.min.js +2 -2
  18. package/dist/es5/applicationinsights-common.min.js.map +1 -1
  19. package/dist-es5/applicationinsights-common.js +42 -32
  20. package/dist-es5/applicationinsights-common.js.map +1 -1
  21. package/package.json +65 -66
  22. package/types/applicationinsights-common.d.ts +408 -2574
  23. package/types/applicationinsights-common.namespaced.d.ts +2385 -89
  24. package/dist-es5/ConnectionStringParser.js +0 -44
  25. package/dist-es5/ConnectionStringParser.js.map +0 -1
  26. package/dist-es5/Constants.js +0 -22
  27. package/dist-es5/Constants.js.map +0 -1
  28. package/dist-es5/DomHelperFuncs.js +0 -22
  29. package/dist-es5/DomHelperFuncs.js.map +0 -1
  30. package/dist-es5/Enums.js +0 -30
  31. package/dist-es5/Enums.js.map +0 -1
  32. package/dist-es5/HelperFuncs.js +0 -50
  33. package/dist-es5/HelperFuncs.js.map +0 -1
  34. package/dist-es5/Interfaces/ConnectionString.js +0 -6
  35. package/dist-es5/Interfaces/ConnectionString.js.map +0 -1
  36. package/dist-es5/Interfaces/Context/IApplication.js +0 -8
  37. package/dist-es5/Interfaces/Context/IApplication.js.map +0 -1
  38. package/dist-es5/Interfaces/Context/IDevice.js +0 -8
  39. package/dist-es5/Interfaces/Context/IDevice.js.map +0 -1
  40. package/dist-es5/Interfaces/Context/IInternal.js +0 -8
  41. package/dist-es5/Interfaces/Context/IInternal.js.map +0 -1
  42. package/dist-es5/Interfaces/Context/ILocation.js +0 -8
  43. package/dist-es5/Interfaces/Context/ILocation.js.map +0 -1
  44. package/dist-es5/Interfaces/Context/IOperatingSystem.js +0 -8
  45. package/dist-es5/Interfaces/Context/IOperatingSystem.js.map +0 -1
  46. package/dist-es5/Interfaces/Context/ISample.js +0 -8
  47. package/dist-es5/Interfaces/Context/ISample.js.map +0 -1
  48. package/dist-es5/Interfaces/Context/ISession.js +0 -8
  49. package/dist-es5/Interfaces/Context/ISession.js.map +0 -1
  50. package/dist-es5/Interfaces/Context/ISessionManager.js +0 -8
  51. package/dist-es5/Interfaces/Context/ISessionManager.js.map +0 -1
  52. package/dist-es5/Interfaces/Context/ITelemetryTrace.js +0 -8
  53. package/dist-es5/Interfaces/Context/ITelemetryTrace.js.map +0 -1
  54. package/dist-es5/Interfaces/Context/IUser.js +0 -8
  55. package/dist-es5/Interfaces/Context/IUser.js.map +0 -1
  56. package/dist-es5/Interfaces/Context/IWeb.js +0 -8
  57. package/dist-es5/Interfaces/Context/IWeb.js.map +0 -1
  58. package/dist-es5/Interfaces/Contracts/AvailabilityData.js +0 -52
  59. package/dist-es5/Interfaces/Contracts/AvailabilityData.js.map +0 -1
  60. package/dist-es5/Interfaces/Contracts/ContextTagKeys.js +0 -89
  61. package/dist-es5/Interfaces/Contracts/ContextTagKeys.js.map +0 -1
  62. package/dist-es5/Interfaces/Contracts/DataPointType.js +0 -8
  63. package/dist-es5/Interfaces/Contracts/DataPointType.js.map +0 -1
  64. package/dist-es5/Interfaces/Contracts/DependencyKind.js +0 -8
  65. package/dist-es5/Interfaces/Contracts/DependencyKind.js.map +0 -1
  66. package/dist-es5/Interfaces/Contracts/DependencySourceType.js +0 -8
  67. package/dist-es5/Interfaces/Contracts/DependencySourceType.js.map +0 -1
  68. package/dist-es5/Interfaces/Contracts/IBase.js +0 -8
  69. package/dist-es5/Interfaces/Contracts/IBase.js.map +0 -1
  70. package/dist-es5/Interfaces/Contracts/IData.js +0 -8
  71. package/dist-es5/Interfaces/Contracts/IData.js.map +0 -1
  72. package/dist-es5/Interfaces/Contracts/IDataPoint.js +0 -6
  73. package/dist-es5/Interfaces/Contracts/IDataPoint.js.map +0 -1
  74. package/dist-es5/Interfaces/Contracts/IDomain.js +0 -8
  75. package/dist-es5/Interfaces/Contracts/IDomain.js.map +0 -1
  76. package/dist-es5/Interfaces/Contracts/IEnvelope.js +0 -46
  77. package/dist-es5/Interfaces/Contracts/IEnvelope.js.map +0 -1
  78. package/dist-es5/Interfaces/Contracts/IEventData.js +0 -8
  79. package/dist-es5/Interfaces/Contracts/IEventData.js.map +0 -1
  80. package/dist-es5/Interfaces/Contracts/IExceptionData.js +0 -8
  81. package/dist-es5/Interfaces/Contracts/IExceptionData.js.map +0 -1
  82. package/dist-es5/Interfaces/Contracts/IExceptionDetails.js +0 -8
  83. package/dist-es5/Interfaces/Contracts/IExceptionDetails.js.map +0 -1
  84. package/dist-es5/Interfaces/Contracts/IMessageData.js +0 -8
  85. package/dist-es5/Interfaces/Contracts/IMessageData.js.map +0 -1
  86. package/dist-es5/Interfaces/Contracts/IMetricData.js +0 -8
  87. package/dist-es5/Interfaces/Contracts/IMetricData.js.map +0 -1
  88. package/dist-es5/Interfaces/Contracts/IPageViewData.js +0 -8
  89. package/dist-es5/Interfaces/Contracts/IPageViewData.js.map +0 -1
  90. package/dist-es5/Interfaces/Contracts/IPageViewPerfData.js +0 -8
  91. package/dist-es5/Interfaces/Contracts/IPageViewPerfData.js.map +0 -1
  92. package/dist-es5/Interfaces/Contracts/IRemoteDependencyData.js +0 -8
  93. package/dist-es5/Interfaces/Contracts/IRemoteDependencyData.js.map +0 -1
  94. package/dist-es5/Interfaces/Contracts/IStackFrame.js +0 -8
  95. package/dist-es5/Interfaces/Contracts/IStackFrame.js.map +0 -1
  96. package/dist-es5/Interfaces/Contracts/RequestData.js +0 -46
  97. package/dist-es5/Interfaces/Contracts/RequestData.js.map +0 -1
  98. package/dist-es5/Interfaces/Contracts/SeverityLevel.js +0 -18
  99. package/dist-es5/Interfaces/Contracts/SeverityLevel.js.map +0 -1
  100. package/dist-es5/Interfaces/IAppInsights.js +0 -8
  101. package/dist-es5/Interfaces/IAppInsights.js.map +0 -1
  102. package/dist-es5/Interfaces/IConfig.js +0 -26
  103. package/dist-es5/Interfaces/IConfig.js.map +0 -1
  104. package/dist-es5/Interfaces/ICorrelationConfig.js +0 -8
  105. package/dist-es5/Interfaces/ICorrelationConfig.js.map +0 -1
  106. package/dist-es5/Interfaces/IDependencyTelemetry.js +0 -8
  107. package/dist-es5/Interfaces/IDependencyTelemetry.js.map +0 -1
  108. package/dist-es5/Interfaces/IEventTelemetry.js +0 -6
  109. package/dist-es5/Interfaces/IEventTelemetry.js.map +0 -1
  110. package/dist-es5/Interfaces/IExceptionTelemetry.js +0 -8
  111. package/dist-es5/Interfaces/IExceptionTelemetry.js.map +0 -1
  112. package/dist-es5/Interfaces/IMetricTelemetry.js +0 -6
  113. package/dist-es5/Interfaces/IMetricTelemetry.js.map +0 -1
  114. package/dist-es5/Interfaces/IPageViewPerformanceTelemetry.js +0 -6
  115. package/dist-es5/Interfaces/IPageViewPerformanceTelemetry.js.map +0 -1
  116. package/dist-es5/Interfaces/IPageViewTelemetry.js +0 -6
  117. package/dist-es5/Interfaces/IPageViewTelemetry.js.map +0 -1
  118. package/dist-es5/Interfaces/IPartC.js +0 -8
  119. package/dist-es5/Interfaces/IPartC.js.map +0 -1
  120. package/dist-es5/Interfaces/IPropertiesPlugin.js +0 -8
  121. package/dist-es5/Interfaces/IPropertiesPlugin.js.map +0 -1
  122. package/dist-es5/Interfaces/IRequestContext.js +0 -6
  123. package/dist-es5/Interfaces/IRequestContext.js.map +0 -1
  124. package/dist-es5/Interfaces/IStorageBuffer.js +0 -6
  125. package/dist-es5/Interfaces/IStorageBuffer.js.map +0 -1
  126. package/dist-es5/Interfaces/ITelemetryContext.js +0 -8
  127. package/dist-es5/Interfaces/ITelemetryContext.js.map +0 -1
  128. package/dist-es5/Interfaces/IThrottleMgr.js +0 -6
  129. package/dist-es5/Interfaces/IThrottleMgr.js.map +0 -1
  130. package/dist-es5/Interfaces/ITraceTelemetry.js +0 -8
  131. package/dist-es5/Interfaces/ITraceTelemetry.js.map +0 -1
  132. package/dist-es5/Interfaces/PartAExtensions.js +0 -17
  133. package/dist-es5/Interfaces/PartAExtensions.js.map +0 -1
  134. package/dist-es5/Interfaces/Telemetry/IEnvelope.js +0 -8
  135. package/dist-es5/Interfaces/Telemetry/IEnvelope.js.map +0 -1
  136. package/dist-es5/Interfaces/Telemetry/ISerializable.js +0 -8
  137. package/dist-es5/Interfaces/Telemetry/ISerializable.js.map +0 -1
  138. package/dist-es5/Offline.js +0 -137
  139. package/dist-es5/Offline.js.map +0 -1
  140. package/dist-es5/RequestResponseHeaders.js +0 -19
  141. package/dist-es5/RequestResponseHeaders.js.map +0 -1
  142. package/dist-es5/StorageHelperFuncs.js +0 -184
  143. package/dist-es5/StorageHelperFuncs.js.map +0 -1
  144. package/dist-es5/Telemetry/Common/Data.js +0 -25
  145. package/dist-es5/Telemetry/Common/Data.js.map +0 -1
  146. package/dist-es5/Telemetry/Common/DataPoint.js +0 -29
  147. package/dist-es5/Telemetry/Common/DataPoint.js.map +0 -1
  148. package/dist-es5/Telemetry/Common/DataSanitizer.js +0 -129
  149. package/dist-es5/Telemetry/Common/DataSanitizer.js.map +0 -1
  150. package/dist-es5/Telemetry/Common/Envelope.js +0 -38
  151. package/dist-es5/Telemetry/Common/Envelope.js.map +0 -1
  152. package/dist-es5/Telemetry/Event.js +0 -32
  153. package/dist-es5/Telemetry/Event.js.map +0 -1
  154. package/dist-es5/Telemetry/Exception.js +0 -759
  155. package/dist-es5/Telemetry/Exception.js.map +0 -1
  156. package/dist-es5/Telemetry/Metric.js +0 -39
  157. package/dist-es5/Telemetry/Metric.js.map +0 -1
  158. package/dist-es5/Telemetry/PageView.js +0 -41
  159. package/dist-es5/Telemetry/PageView.js.map +0 -1
  160. package/dist-es5/Telemetry/PageViewPerformance.js +0 -48
  161. package/dist-es5/Telemetry/PageViewPerformance.js.map +0 -1
  162. package/dist-es5/Telemetry/RemoteDependencyData.js +0 -62
  163. package/dist-es5/Telemetry/RemoteDependencyData.js.map +0 -1
  164. package/dist-es5/Telemetry/Trace.js +0 -36
  165. package/dist-es5/Telemetry/Trace.js.map +0 -1
  166. package/dist-es5/TelemetryItemCreator.js +0 -65
  167. package/dist-es5/TelemetryItemCreator.js.map +0 -1
  168. package/dist-es5/ThrottleMgr.js +0 -388
  169. package/dist-es5/ThrottleMgr.js.map +0 -1
  170. package/dist-es5/UrlHelperFuncs.js +0 -90
  171. package/dist-es5/UrlHelperFuncs.js.map +0 -1
  172. package/dist-es5/Util.js +0 -198
  173. package/dist-es5/Util.js.map +0 -1
  174. package/dist-es5/__DynamicConstants.js +0 -44
  175. package/dist-es5/__DynamicConstants.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"IDomain.js.map","sources":["IDomain.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=IDomain.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,46 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
- "use strict";
6
- //
7
- //
8
- // import { IBase } from "./IBase";
9
- // /**
10
- // * System variables for a telemetry item.
11
- // */
12
- // export interface IEnvelope {
13
- // /**
14
- // * Envelope version. For internal use only. By assigning this the default, it will not be serialized within the payload unless changed to a value other than #1.
15
- // */
16
- // ver: number; /* 1 */
17
- // /**
18
- // * Type name of telemetry data item.
19
- // */
20
- // name: string;
21
- // /**
22
- // * Event date time when telemetry item was created. This is the wall clock time on the client when the event was generated. There is no guarantee that the client's time is accurate. This field must be formatted in UTC ISO 8601 format, with a trailing 'Z' character, as described publicly on https://en.wikipedia.org/wiki/ISO_8601#UTC. Note: the number of decimal seconds digits provided are variable (and unspecified). Consumers should handle this, i.e. managed code consumers should not use format 'O' for parsing as it specifies a fixed length. Example: 2009-06-15T13:45:30.0000000Z.
23
- // */
24
- // time: string;
25
- // /**
26
- // * Sampling rate used in application. This telemetry item represents 1 / sampleRate actual telemetry items.
27
- // */
28
- // sampleRate: number; /* 100.0 */
29
- // /**
30
- // * Sequence field used to track absolute order of uploaded events.
31
- // */
32
- // seq: string;
33
- // /**
34
- // * The application's instrumentation key. The key is typically represented as a GUID, but there are cases when it is not a guid. No code should rely on iKey being a GUID. Instrumentation key is case insensitive.
35
- // */
36
- // iKey: string;
37
- // /**
38
- // * Key/value collection of context properties. See ContextTagKeys for information on available properties.
39
- // */
40
- // tags: any; /* {} */
41
- // /**
42
- // * Telemetry data item.
43
- // */
44
- // data: IBase;
45
- // }
46
- //# sourceMappingURL=IEnvelope.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IEnvelope.js.map","sources":["IEnvelope.js"],"sourcesContent":["\"use strict\";\r\n// // Copyright (c) Microsoft Corporation. All rights reserved.\r\n// // Licensed under the MIT License.\r\n// import { IBase } from \"./IBase\";\r\n// /**\r\n// * System variables for a telemetry item.\r\n// */\r\n// export interface IEnvelope {\r\n// /**\r\n// * Envelope version. For internal use only. By assigning this the default, it will not be serialized within the payload unless changed to a value other than #1.\r\n// */\r\n// ver: number; /* 1 */\r\n// /**\r\n// * Type name of telemetry data item.\r\n// */\r\n// name: string;\r\n// /**\r\n// * Event date time when telemetry item was created. This is the wall clock time on the client when the event was generated. There is no guarantee that the client's time is accurate. This field must be formatted in UTC ISO 8601 format, with a trailing 'Z' character, as described publicly on https://en.wikipedia.org/wiki/ISO_8601#UTC. Note: the number of decimal seconds digits provided are variable (and unspecified). Consumers should handle this, i.e. managed code consumers should not use format 'O' for parsing as it specifies a fixed length. Example: 2009-06-15T13:45:30.0000000Z.\r\n// */\r\n// time: string;\r\n// /**\r\n// * Sampling rate used in application. This telemetry item represents 1 / sampleRate actual telemetry items.\r\n// */\r\n// sampleRate: number; /* 100.0 */\r\n// /**\r\n// * Sequence field used to track absolute order of uploaded events.\r\n// */\r\n// seq: string;\r\n// /**\r\n// * The application's instrumentation key. The key is typically represented as a GUID, but there are cases when it is not a guid. No code should rely on iKey being a GUID. Instrumentation key is case insensitive.\r\n// */\r\n// iKey: string;\r\n// /**\r\n// * Key/value collection of context properties. See ContextTagKeys for information on available properties.\r\n// */\r\n// tags: any; /* {} */\r\n// /**\r\n// * Telemetry data item.\r\n// */\r\n// data: IBase;\r\n// }\r\n//# sourceMappingURL=IEnvelope.js.map"],"names":[],"mappings":";;;;AAAA;AACA,GAA+D;AAC/D,GAAqC;AACrC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=IEventData.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IEventData.js.map","sources":["IEventData.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=IEventData.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=IExceptionData.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IExceptionData.js.map","sources":["IExceptionData.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=IExceptionData.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=IExceptionDetails.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IExceptionDetails.js.map","sources":["IExceptionDetails.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=IExceptionDetails.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=IMessageData.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IMessageData.js.map","sources":["IMessageData.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=IMessageData.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=IMetricData.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IMetricData.js.map","sources":["IMetricData.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=IMetricData.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=IPageViewData.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IPageViewData.js.map","sources":["IPageViewData.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=IPageViewData.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=IPageViewPerfData.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IPageViewPerfData.js.map","sources":["IPageViewPerfData.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=IPageViewPerfData.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=IRemoteDependencyData.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IRemoteDependencyData.js.map","sources":["IRemoteDependencyData.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=IRemoteDependencyData.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=IStackFrame.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IStackFrame.js.map","sources":["IStackFrame.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=IStackFrame.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,46 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
- "use strict";
6
- //
7
- //
8
- // import { IDomain } from "./IDomain";
9
- // /**
10
- // * An instance of Request represents completion of an external request to the application to do work and contains a summary of that request execution and the results.
11
- // */
12
- // export class RequestData implements IDomain {
13
- // /**
14
- // * Schema version
15
- // */
16
- // public ver: number = 2;
17
- // /**
18
- // * Identifier of a request call instance. Used for correlation between request and other telemetry items.
19
- // */
20
- // public id: string;
21
- // /**
22
- // * Source of the request. Examples are the instrumentation key of the caller or the ip address of the caller.
23
- // */
24
- // public source: string;
25
- // /**
26
- // * Name of the request. Represents code path taken to process request. Low cardinality value to allow better grouping of requests. For HTTP requests it represents the HTTP method and URL path template like 'GET /values/{id}'.
27
- // */
28
- // public name: string;
29
- // /**
30
- // * Indication of successful or unsuccessful call.
31
- // */
32
- // public success: boolean;
33
- // /**
34
- // * Request URL with all query string parameters.
35
- // */
36
- // public url: string;
37
- // /**
38
- // * Collection of custom properties.
39
- // */
40
- // public properties: any = {};
41
- // /**
42
- // * Collection of custom measurements.
43
- // */
44
- // public measurements: any = {};
45
- // }
46
- //# sourceMappingURL=RequestData.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RequestData.js.map","sources":["RequestData.js"],"sourcesContent":["\"use strict\";\r\n// // Copyright (c) Microsoft Corporation. All rights reserved.\r\n// // Licensed under the MIT License.\r\n// import { IDomain } from \"./IDomain\";\r\n// /**\r\n// * An instance of Request represents completion of an external request to the application to do work and contains a summary of that request execution and the results.\r\n// */\r\n// export class RequestData implements IDomain {\r\n// /**\r\n// * Schema version\r\n// */\r\n// public ver: number = 2;\r\n// /**\r\n// * Identifier of a request call instance. Used for correlation between request and other telemetry items.\r\n// */\r\n// public id: string;\r\n// /**\r\n// * Source of the request. Examples are the instrumentation key of the caller or the ip address of the caller.\r\n// */\r\n// public source: string;\r\n// /**\r\n// * Name of the request. Represents code path taken to process request. Low cardinality value to allow better grouping of requests. For HTTP requests it represents the HTTP method and URL path template like 'GET /values/{id}'.\r\n// */\r\n// public name: string;\r\n// /**\r\n// * Indication of successful or unsuccessful call.\r\n// */\r\n// public success: boolean;\r\n// /**\r\n// * Request URL with all query string parameters.\r\n// */\r\n// public url: string;\r\n// /**\r\n// * Collection of custom properties.\r\n// */\r\n// public properties: any = {};\r\n// /**\r\n// * Collection of custom measurements.\r\n// */\r\n// public measurements: any = {};\r\n// }\r\n//# sourceMappingURL=RequestData.js.map"],"names":[],"mappings":";;;;AAAA;AACA,GAA+D;AAC/D,GAAqC;AACrC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
@@ -1,18 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- import { createEnumStyle } from "@microsoft/applicationinsights-core-js";
8
- /**
9
- * Defines the level of severity for the event.
10
- */
11
- export var SeverityLevel = ( /* @__PURE__ */createEnumStyle({
12
- Verbose: 0 /* eSeverityLevel.Verbose */,
13
- Information: 1 /* eSeverityLevel.Information */,
14
- Warning: 2 /* eSeverityLevel.Warning */,
15
- Error: 3 /* eSeverityLevel.Error */,
16
- Critical: 4 /* eSeverityLevel.Critical */
17
- }));
18
- //# sourceMappingURL=SeverityLevel.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SeverityLevel.js.map","sources":["SeverityLevel.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { createEnumStyle } from \"@microsoft/applicationinsights-core-js\";\r\n/**\r\n * Defines the level of severity for the event.\r\n */\r\nexport var SeverityLevel = ( /* @__PURE__ */createEnumStyle({\r\n Verbose: 0 /* eSeverityLevel.Verbose */,\r\n Information: 1 /* eSeverityLevel.Information */,\r\n Warning: 2 /* eSeverityLevel.Warning */,\r\n Error: 3 /* eSeverityLevel.Error */,\r\n Critical: 4 /* eSeverityLevel.Critical */\r\n}));\r\n//# sourceMappingURL=SeverityLevel.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=IAppInsights.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IAppInsights.js.map","sources":["IAppInsights.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=IAppInsights.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,26 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- import { isNullOrUndefined } from "@microsoft/applicationinsights-core-js";
8
- import { _DYN_EXTENSION_CONFIG } from "../__DynamicConstants";
9
- var ConfigurationManager = /** @class */ (function () {
10
- function ConfigurationManager() {
11
- }
12
- ConfigurationManager.getConfig = function (config, field, identifier, defaultValue) {
13
- if (defaultValue === void 0) { defaultValue = false; }
14
- var configValue;
15
- if (identifier && config[_DYN_EXTENSION_CONFIG /* @min:%2eextensionConfig */] && config[_DYN_EXTENSION_CONFIG /* @min:%2eextensionConfig */][identifier] && !isNullOrUndefined(config[_DYN_EXTENSION_CONFIG /* @min:%2eextensionConfig */][identifier][field])) {
16
- configValue = config[_DYN_EXTENSION_CONFIG /* @min:%2eextensionConfig */][identifier][field];
17
- }
18
- else {
19
- configValue = config[field];
20
- }
21
- return !isNullOrUndefined(configValue) ? configValue : defaultValue;
22
- };
23
- return ConfigurationManager;
24
- }());
25
- export { ConfigurationManager };
26
- //# sourceMappingURL=IConfig.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IConfig.js.map","sources":["IConfig.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { isNullOrUndefined } from \"@microsoft/applicationinsights-core-js\";\r\nimport { _DYN_EXTENSION_CONFIG } from \"../__DynamicConstants\";\r\nvar ConfigurationManager = /** @class */ (function () {\r\n function ConfigurationManager() {\r\n }\r\n ConfigurationManager.getConfig = function (config, field, identifier, defaultValue) {\r\n if (defaultValue === void 0) { defaultValue = false; }\r\n var configValue;\r\n if (identifier && config[_DYN_EXTENSION_CONFIG /* @min:%2eextensionConfig */] && config[_DYN_EXTENSION_CONFIG /* @min:%2eextensionConfig */][identifier] && !isNullOrUndefined(config[_DYN_EXTENSION_CONFIG /* @min:%2eextensionConfig */][identifier][field])) {\r\n configValue = config[_DYN_EXTENSION_CONFIG /* @min:%2eextensionConfig */][identifier][field];\r\n }\r\n else {\r\n configValue = config[field];\r\n }\r\n return !isNullOrUndefined(configValue) ? configValue : defaultValue;\r\n };\r\n return ConfigurationManager;\r\n}());\r\nexport { ConfigurationManager };\r\n//# sourceMappingURL=IConfig.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=ICorrelationConfig.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ICorrelationConfig.js.map","sources":["ICorrelationConfig.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=ICorrelationConfig.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=IDependencyTelemetry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IDependencyTelemetry.js.map","sources":["IDependencyTelemetry.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=IDependencyTelemetry.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,6 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
- export {};
6
- //# sourceMappingURL=IEventTelemetry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IEventTelemetry.js.map","sources":["IEventTelemetry.js"],"sourcesContent":["export {};\r\n//# sourceMappingURL=IEventTelemetry.js.map"],"names":[],"mappings":";;;;AAAA;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=IExceptionTelemetry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IExceptionTelemetry.js.map","sources":["IExceptionTelemetry.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=IExceptionTelemetry.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,6 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
- export {};
6
- //# sourceMappingURL=IMetricTelemetry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IMetricTelemetry.js.map","sources":["IMetricTelemetry.js"],"sourcesContent":["export {};\r\n//# sourceMappingURL=IMetricTelemetry.js.map"],"names":[],"mappings":";;;;AAAA;AACA"}
@@ -1,6 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
- export {};
6
- //# sourceMappingURL=IPageViewPerformanceTelemetry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IPageViewPerformanceTelemetry.js.map","sources":["IPageViewPerformanceTelemetry.js"],"sourcesContent":["export {};\r\n//# sourceMappingURL=IPageViewPerformanceTelemetry.js.map"],"names":[],"mappings":";;;;AAAA;AACA"}
@@ -1,6 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
- export {};
6
- //# sourceMappingURL=IPageViewTelemetry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IPageViewTelemetry.js.map","sources":["IPageViewTelemetry.js"],"sourcesContent":["export {};\r\n//# sourceMappingURL=IPageViewTelemetry.js.map"],"names":[],"mappings":";;;;AAAA;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=IPartC.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IPartC.js.map","sources":["IPartC.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=IPartC.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=IPropertiesPlugin.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IPropertiesPlugin.js.map","sources":["IPropertiesPlugin.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=IPropertiesPlugin.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,6 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
- export {};
6
- //# sourceMappingURL=IRequestContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IRequestContext.js.map","sources":["IRequestContext.js"],"sourcesContent":["export {};\r\n//# sourceMappingURL=IRequestContext.js.map"],"names":[],"mappings":";;;;AAAA;AACA"}
@@ -1,6 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
- export {};
6
- //# sourceMappingURL=IStorageBuffer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IStorageBuffer.js.map","sources":["IStorageBuffer.js"],"sourcesContent":["export {};\r\n//# sourceMappingURL=IStorageBuffer.js.map"],"names":[],"mappings":";;;;AAAA;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=ITelemetryContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ITelemetryContext.js.map","sources":["ITelemetryContext.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=ITelemetryContext.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,6 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
- export {};
6
- //# sourceMappingURL=IThrottleMgr.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IThrottleMgr.js.map","sources":["IThrottleMgr.js"],"sourcesContent":["export {};\r\n//# sourceMappingURL=IThrottleMgr.js.map"],"names":[],"mappings":";;;;AAAA;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=ITraceTelemetry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ITraceTelemetry.js.map","sources":["ITraceTelemetry.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=ITraceTelemetry.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,17 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
- import { ContextTagKeys } from "./Contracts/ContextTagKeys";
6
- export var Extensions = {
7
- UserExt: "user",
8
- DeviceExt: "device",
9
- TraceExt: "trace",
10
- WebExt: "web",
11
- AppExt: "app",
12
- OSExt: "os",
13
- SessionExt: "ses",
14
- SDKExt: "sdk"
15
- };
16
- export var CtxTagKeys = new ContextTagKeys();
17
- //# sourceMappingURL=PartAExtensions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PartAExtensions.js.map","sources":["PartAExtensions.js"],"sourcesContent":["import { ContextTagKeys } from \"./Contracts/ContextTagKeys\";\r\nexport var Extensions = {\r\n UserExt: \"user\",\r\n DeviceExt: \"device\",\r\n TraceExt: \"trace\",\r\n WebExt: \"web\",\r\n AppExt: \"app\",\r\n OSExt: \"os\",\r\n SessionExt: \"ses\",\r\n SDKExt: \"sdk\"\r\n};\r\nexport var CtxTagKeys = new ContextTagKeys();\r\n//# sourceMappingURL=PartAExtensions.js.map"],"names":[],"mappings":";;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=IEnvelope.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IEnvelope.js.map","sources":["IEnvelope.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=IEnvelope.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 3.3.12-nightly3.2602-20
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=ISerializable.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ISerializable.js.map","sources":["ISerializable.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=ISerializable.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}