@microsoft/applicationinsights-common 2.7.5-nightly.2203-03 → 2.7.5

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 (189) hide show
  1. package/browser/applicationinsights-common.integrity.json +9 -9
  2. package/browser/applicationinsights-common.js +244 -853
  3. package/browser/applicationinsights-common.js.map +1 -1
  4. package/browser/applicationinsights-common.min.js +2 -2
  5. package/browser/applicationinsights-common.min.js.map +1 -1
  6. package/dist/applicationinsights-common.api.json +456 -386
  7. package/dist/applicationinsights-common.api.md +8 -21
  8. package/dist/applicationinsights-common.d.ts +12 -33
  9. package/dist/applicationinsights-common.js +244 -853
  10. package/dist/applicationinsights-common.js.map +1 -1
  11. package/dist/applicationinsights-common.min.js +2 -2
  12. package/dist/applicationinsights-common.min.js.map +1 -1
  13. package/dist/applicationinsights-common.rollup.d.ts +12 -33
  14. package/dist-esm/ConnectionStringParser.js +1 -1
  15. package/dist-esm/Constants.js +1 -1
  16. package/dist-esm/DomHelperFuncs.js +1 -1
  17. package/dist-esm/Enums.js +24 -11
  18. package/dist-esm/Enums.js.map +1 -1
  19. package/dist-esm/HelperFuncs.js +6 -7
  20. package/dist-esm/HelperFuncs.js.map +1 -1
  21. package/dist-esm/Interfaces/ConnectionString.js +1 -1
  22. package/dist-esm/Interfaces/Context/IApplication.js +1 -1
  23. package/dist-esm/Interfaces/Context/IDevice.js +1 -1
  24. package/dist-esm/Interfaces/Context/IInternal.js +1 -1
  25. package/dist-esm/Interfaces/Context/ILocation.js +1 -1
  26. package/dist-esm/Interfaces/Context/IOperatingSystem.js +1 -1
  27. package/dist-esm/Interfaces/Context/ISample.js +1 -1
  28. package/dist-esm/Interfaces/Context/ISession.js +1 -1
  29. package/dist-esm/Interfaces/Context/ITelemetryTrace.js +1 -1
  30. package/dist-esm/Interfaces/Context/IUser.js +1 -1
  31. package/dist-esm/Interfaces/Context/IWeb.js +1 -1
  32. package/dist-esm/Interfaces/Contracts/Generated/AvailabilityData.js +1 -1
  33. package/dist-esm/Interfaces/Contracts/Generated/Base.js +1 -1
  34. package/dist-esm/Interfaces/Contracts/Generated/ContextTagKeys.js +1 -1
  35. package/dist-esm/Interfaces/Contracts/Generated/Data.js +1 -1
  36. package/dist-esm/Interfaces/Contracts/Generated/DataPoint.js +1 -1
  37. package/dist-esm/Interfaces/Contracts/Generated/DataPointType.js +1 -1
  38. package/dist-esm/Interfaces/Contracts/Generated/DependencyKind.js +1 -1
  39. package/dist-esm/Interfaces/Contracts/Generated/DependencySourceType.js +1 -1
  40. package/dist-esm/Interfaces/Contracts/Generated/Domain.js +1 -1
  41. package/dist-esm/Interfaces/Contracts/Generated/Envelope.js +1 -1
  42. package/dist-esm/Interfaces/Contracts/Generated/EventData.js +1 -1
  43. package/dist-esm/Interfaces/Contracts/Generated/ExceptionData.js +1 -1
  44. package/dist-esm/Interfaces/Contracts/Generated/ExceptionDetails.js +1 -1
  45. package/dist-esm/Interfaces/Contracts/Generated/MessageData.js +1 -1
  46. package/dist-esm/Interfaces/Contracts/Generated/MetricData.js +1 -1
  47. package/dist-esm/Interfaces/Contracts/Generated/PageViewData.js +1 -1
  48. package/dist-esm/Interfaces/Contracts/Generated/PageViewPerfData.js +1 -1
  49. package/dist-esm/Interfaces/Contracts/Generated/RemoteDependencyData.js +1 -1
  50. package/dist-esm/Interfaces/Contracts/Generated/RequestData.js +1 -1
  51. package/dist-esm/Interfaces/Contracts/Generated/SeverityLevel.js +1 -1
  52. package/dist-esm/Interfaces/Contracts/Generated/StackFrame.js +1 -1
  53. package/dist-esm/Interfaces/IAppInsights.js +1 -1
  54. package/dist-esm/Interfaces/IChannelControlsAI.js +1 -1
  55. package/dist-esm/Interfaces/IConfig.js +1 -1
  56. package/dist-esm/Interfaces/ICorrelationConfig.js +1 -1
  57. package/dist-esm/Interfaces/IDependencyTelemetry.js +1 -1
  58. package/dist-esm/Interfaces/IEventTelemetry.js +1 -1
  59. package/dist-esm/Interfaces/IExceptionTelemetry.js +1 -1
  60. package/dist-esm/Interfaces/IMetricTelemetry.js +1 -1
  61. package/dist-esm/Interfaces/IPageViewPerformanceTelemetry.js +1 -1
  62. package/dist-esm/Interfaces/IPageViewTelemetry.js +1 -1
  63. package/dist-esm/Interfaces/IPartC.js +1 -1
  64. package/dist-esm/Interfaces/IPropertiesPlugin.js +1 -1
  65. package/dist-esm/Interfaces/IRequestContext.js +1 -1
  66. package/dist-esm/Interfaces/ITelemetryContext.js +1 -1
  67. package/dist-esm/Interfaces/ITraceTelemetry.js +1 -1
  68. package/dist-esm/Interfaces/PartAExtensions.js +1 -1
  69. package/dist-esm/Interfaces/Telemetry/IEnvelope.js +1 -1
  70. package/dist-esm/Interfaces/Telemetry/ISerializable.js +1 -1
  71. package/dist-esm/RequestResponseHeaders.js +1 -1
  72. package/dist-esm/StorageHelperFuncs.js +12 -27
  73. package/dist-esm/StorageHelperFuncs.js.map +1 -1
  74. package/dist-esm/Telemetry/Common/Base.js +1 -1
  75. package/dist-esm/Telemetry/Common/Data.js +1 -1
  76. package/dist-esm/Telemetry/Common/DataPoint.js +1 -1
  77. package/dist-esm/Telemetry/Common/DataSanitizer.js +8 -8
  78. package/dist-esm/Telemetry/Common/DataSanitizer.js.map +1 -1
  79. package/dist-esm/Telemetry/Common/Envelope.js +1 -1
  80. package/dist-esm/Telemetry/Event.js +1 -1
  81. package/dist-esm/Telemetry/Exception.js +1 -1
  82. package/dist-esm/Telemetry/Metric.js +1 -1
  83. package/dist-esm/Telemetry/PageView.js +1 -1
  84. package/dist-esm/Telemetry/PageViewPerformance.js +1 -1
  85. package/dist-esm/Telemetry/RemoteDependencyData.js +1 -1
  86. package/dist-esm/Telemetry/Trace.js +1 -1
  87. package/dist-esm/TelemetryItemCreator.js +1 -1
  88. package/dist-esm/UrlHelperFuncs.js +1 -1
  89. package/dist-esm/Util.js +3 -3
  90. package/dist-esm/Util.js.map +1 -1
  91. package/dist-esm/applicationinsights-common.js +2 -2
  92. package/dist-esm/applicationinsights-common.js.map +1 -1
  93. package/package.json +54 -57
  94. package/src/Enums.ts +3 -19
  95. package/src/HelperFuncs.ts +5 -7
  96. package/src/StorageHelperFuncs.ts +17 -34
  97. package/src/Telemetry/Common/DataSanitizer.ts +13 -13
  98. package/src/Telemetry/Exception.ts +15 -27
  99. package/src/TelemetryItemCreator.ts +1 -1
  100. package/src/Util.ts +3 -2
  101. package/src/applicationinsights-common.ts +2 -2
  102. package/types/Enums.d.ts +2 -13
  103. package/types/StorageHelperFuncs.d.ts +2 -14
  104. package/types/applicationinsights-common.d.ts +2 -2
  105. package/types/tsdoc-metadata.json +1 -1
  106. package/dist-esm/Interfaces/Contracts/AvailabilityData.js +0 -52
  107. package/dist-esm/Interfaces/Contracts/AvailabilityData.js.map +0 -1
  108. package/dist-esm/Interfaces/Contracts/ContextTagKeys.js +0 -89
  109. package/dist-esm/Interfaces/Contracts/ContextTagKeys.js.map +0 -1
  110. package/dist-esm/Interfaces/Contracts/DataPointType.js +0 -8
  111. package/dist-esm/Interfaces/Contracts/DataPointType.js.map +0 -1
  112. package/dist-esm/Interfaces/Contracts/DependencyKind.js +0 -8
  113. package/dist-esm/Interfaces/Contracts/DependencyKind.js.map +0 -1
  114. package/dist-esm/Interfaces/Contracts/DependencySourceType.js +0 -8
  115. package/dist-esm/Interfaces/Contracts/DependencySourceType.js.map +0 -1
  116. package/dist-esm/Interfaces/Contracts/IBase.js +0 -8
  117. package/dist-esm/Interfaces/Contracts/IBase.js.map +0 -1
  118. package/dist-esm/Interfaces/Contracts/IData.js +0 -8
  119. package/dist-esm/Interfaces/Contracts/IData.js.map +0 -1
  120. package/dist-esm/Interfaces/Contracts/IDataPoint.js +0 -6
  121. package/dist-esm/Interfaces/Contracts/IDataPoint.js.map +0 -1
  122. package/dist-esm/Interfaces/Contracts/IDomain.js +0 -8
  123. package/dist-esm/Interfaces/Contracts/IDomain.js.map +0 -1
  124. package/dist-esm/Interfaces/Contracts/IEnvelope.js +0 -46
  125. package/dist-esm/Interfaces/Contracts/IEnvelope.js.map +0 -1
  126. package/dist-esm/Interfaces/Contracts/IEventData.js +0 -8
  127. package/dist-esm/Interfaces/Contracts/IEventData.js.map +0 -1
  128. package/dist-esm/Interfaces/Contracts/IExceptionData.js +0 -8
  129. package/dist-esm/Interfaces/Contracts/IExceptionData.js.map +0 -1
  130. package/dist-esm/Interfaces/Contracts/IExceptionDetails.js +0 -8
  131. package/dist-esm/Interfaces/Contracts/IExceptionDetails.js.map +0 -1
  132. package/dist-esm/Interfaces/Contracts/IMessageData.js +0 -8
  133. package/dist-esm/Interfaces/Contracts/IMessageData.js.map +0 -1
  134. package/dist-esm/Interfaces/Contracts/IMetricData.js +0 -8
  135. package/dist-esm/Interfaces/Contracts/IMetricData.js.map +0 -1
  136. package/dist-esm/Interfaces/Contracts/IPageViewData.js +0 -8
  137. package/dist-esm/Interfaces/Contracts/IPageViewData.js.map +0 -1
  138. package/dist-esm/Interfaces/Contracts/IPageViewPerfData.js +0 -8
  139. package/dist-esm/Interfaces/Contracts/IPageViewPerfData.js.map +0 -1
  140. package/dist-esm/Interfaces/Contracts/IRemoteDependencyData.js +0 -8
  141. package/dist-esm/Interfaces/Contracts/IRemoteDependencyData.js.map +0 -1
  142. package/dist-esm/Interfaces/Contracts/IStackFrame.js +0 -8
  143. package/dist-esm/Interfaces/Contracts/IStackFrame.js.map +0 -1
  144. package/dist-esm/Interfaces/Contracts/RequestData.js +0 -46
  145. package/dist-esm/Interfaces/Contracts/RequestData.js.map +0 -1
  146. package/dist-esm/Interfaces/Contracts/SeverityLevel.js +0 -19
  147. package/dist-esm/Interfaces/Contracts/SeverityLevel.js.map +0 -1
  148. package/src/Interfaces/Contracts/AvailabilityData.ts +0 -57
  149. package/src/Interfaces/Contracts/ContextTagKeys.ts +0 -299
  150. package/src/Interfaces/Contracts/DataPointType.ts +0 -10
  151. package/src/Interfaces/Contracts/DependencyKind.ts +0 -11
  152. package/src/Interfaces/Contracts/DependencySourceType.ts +0 -11
  153. package/src/Interfaces/Contracts/IBase.ts +0 -13
  154. package/src/Interfaces/Contracts/IData.ts +0 -19
  155. package/src/Interfaces/Contracts/IDataPoint.ts +0 -44
  156. package/src/Interfaces/Contracts/IDomain.ts +0 -8
  157. package/src/Interfaces/Contracts/IEnvelope.ts +0 -50
  158. package/src/Interfaces/Contracts/IEventData.ts +0 -30
  159. package/src/Interfaces/Contracts/IExceptionData.ts +0 -37
  160. package/src/Interfaces/Contracts/IExceptionDetails.ts +0 -45
  161. package/src/Interfaces/Contracts/IMessageData.ts +0 -36
  162. package/src/Interfaces/Contracts/IMetricData.ts +0 -31
  163. package/src/Interfaces/Contracts/IPageViewData.ts +0 -26
  164. package/src/Interfaces/Contracts/IPageViewPerfData.ts +0 -35
  165. package/src/Interfaces/Contracts/IRemoteDependencyData.ts +0 -65
  166. package/src/Interfaces/Contracts/IStackFrame.ts +0 -33
  167. package/src/Interfaces/Contracts/RequestData.ts +0 -50
  168. package/src/Interfaces/Contracts/SeverityLevel.ts +0 -15
  169. package/types/Interfaces/Contracts/AvailabilityData.d.ts +0 -0
  170. package/types/Interfaces/Contracts/ContextTagKeys.d.ts +0 -175
  171. package/types/Interfaces/Contracts/DataPointType.d.ts +0 -7
  172. package/types/Interfaces/Contracts/DependencyKind.d.ts +0 -8
  173. package/types/Interfaces/Contracts/DependencySourceType.d.ts +0 -8
  174. package/types/Interfaces/Contracts/IBase.d.ts +0 -9
  175. package/types/Interfaces/Contracts/IData.d.ts +0 -14
  176. package/types/Interfaces/Contracts/IDataPoint.d.ts +0 -34
  177. package/types/Interfaces/Contracts/IDomain.d.ts +0 -5
  178. package/types/Interfaces/Contracts/IEnvelope.d.ts +0 -0
  179. package/types/Interfaces/Contracts/IEventData.d.ts +0 -22
  180. package/types/Interfaces/Contracts/IExceptionData.d.ts +0 -28
  181. package/types/Interfaces/Contracts/IExceptionDetails.d.ts +0 -34
  182. package/types/Interfaces/Contracts/IMessageData.d.ts +0 -27
  183. package/types/Interfaces/Contracts/IMetricData.d.ts +0 -23
  184. package/types/Interfaces/Contracts/IPageViewData.d.ts +0 -18
  185. package/types/Interfaces/Contracts/IPageViewPerfData.d.ts +0 -26
  186. package/types/Interfaces/Contracts/IRemoteDependencyData.d.ts +0 -50
  187. package/types/Interfaces/Contracts/IStackFrame.d.ts +0 -25
  188. package/types/Interfaces/Contracts/RequestData.d.ts +0 -0
  189. package/types/Interfaces/Contracts/SeverityLevel.d.ts +0 -10
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 2.7.5-nightly.2203-03
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=DependencyKind.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DependencyKind.js.map","sources":["DependencyKind.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=DependencyKind.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 2.7.5-nightly.2203-03
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=DependencySourceType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DependencySourceType.js.map","sources":["DependencySourceType.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=DependencySourceType.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 2.7.5-nightly.2203-03
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=IBase.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IBase.js.map","sources":["IBase.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=IBase.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 2.7.5-nightly.2203-03
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=IData.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IData.js.map","sources":["IData.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport {};\r\n//# sourceMappingURL=IData.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA"}
@@ -1,6 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 2.7.5-nightly.2203-03
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
- export {};
6
- //# sourceMappingURL=IDataPoint.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IDataPoint.js.map","sources":["IDataPoint.js"],"sourcesContent":["export {};\r\n//# sourceMappingURL=IDataPoint.js.map"],"names":[],"mappings":";;;;AAAA;AACA"}
@@ -1,8 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 2.7.5-nightly.2203-03
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- export {};
8
- //# sourceMappingURL=IDomain.js.map
@@ -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, 2.7.5-nightly.2203-03
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, 2.7.5-nightly.2203-03
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, 2.7.5-nightly.2203-03
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, 2.7.5-nightly.2203-03
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, 2.7.5-nightly.2203-03
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, 2.7.5-nightly.2203-03
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, 2.7.5-nightly.2203-03
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, 2.7.5-nightly.2203-03
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, 2.7.5-nightly.2203-03
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, 2.7.5-nightly.2203-03
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, 2.7.5-nightly.2203-03
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,19 +0,0 @@
1
- /*
2
- * Application Insights JavaScript SDK - Common, 2.7.5-nightly.2203-03
3
- * Copyright (c) Microsoft and contributors. All rights reserved.
4
- */
5
-
6
-
7
- // THIS FILE WAS AUTOGENERATED
8
- /**
9
- * Defines the level of severity for the event.
10
- */
11
- export var SeverityLevel;
12
- (function (SeverityLevel) {
13
- SeverityLevel[SeverityLevel["Verbose"] = 0] = "Verbose";
14
- SeverityLevel[SeverityLevel["Information"] = 1] = "Information";
15
- SeverityLevel[SeverityLevel["Warning"] = 2] = "Warning";
16
- SeverityLevel[SeverityLevel["Error"] = 3] = "Error";
17
- SeverityLevel[SeverityLevel["Critical"] = 4] = "Critical";
18
- })(SeverityLevel || (SeverityLevel = {}));
19
- //# 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\n// THIS FILE WAS AUTOGENERATED\r\n/**\r\n * Defines the level of severity for the event.\r\n */\r\nexport var SeverityLevel;\r\n(function (SeverityLevel) {\r\n SeverityLevel[SeverityLevel[\"Verbose\"] = 0] = \"Verbose\";\r\n SeverityLevel[SeverityLevel[\"Information\"] = 1] = \"Information\";\r\n SeverityLevel[SeverityLevel[\"Warning\"] = 2] = \"Warning\";\r\n SeverityLevel[SeverityLevel[\"Error\"] = 3] = \"Error\";\r\n SeverityLevel[SeverityLevel[\"Critical\"] = 4] = \"Critical\";\r\n})(SeverityLevel || (SeverityLevel = {}));\r\n//# sourceMappingURL=SeverityLevel.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
@@ -1,57 +0,0 @@
1
- // // Copyright (c) Microsoft Corporation. All rights reserved.
2
- // // Licensed under the MIT License.
3
-
4
- // // THIS FILE WAS AUTOGENERATED
5
- // import { Domain } from "./Domain";
6
- // "use strict";
7
-
8
- // /**
9
- // * Instances of AvailabilityData represent the result of executing an availability test.
10
- // */
11
- // export class AvailabilityData implements Domain {
12
-
13
- // /**
14
- // * Schema version
15
- // */
16
- // public ver: number = 2;
17
-
18
- // /**
19
- // * Identifier of a test run. Use it to correlate steps of test run and telemetry generated by the service.
20
- // */
21
- // public id: string;
22
-
23
- // /**
24
- // * Name of the test that these availability results represent.
25
- // */
26
- // public name: string;
27
-
28
- // /**
29
- // * Duration in format: DD.HH:MM:SS.MMMMMM. Must be less than 1000 days.
30
- // */
31
- // public duration: string;
32
-
33
- // /**
34
- // * Success flag.
35
- // */
36
- // public success: boolean;
37
-
38
- // /**
39
- // * Name of the location where the test was run from.
40
- // */
41
- // public runLocation: string;
42
-
43
- // /**
44
- // * Diagnostic message for the result.
45
- // */
46
- // public message: string;
47
-
48
- // /**
49
- // * Collection of custom properties.
50
- // */
51
- // public properties: any = {};
52
-
53
- // /**
54
- // * Collection of custom measurements.
55
- // */
56
- // public measurements: any = {};
57
- // }