@microsoft/applicationinsights-common 2.8.0-beta.2203-15 → 2.8.0-nightly.2204-04

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 (217) hide show
  1. package/browser/applicationinsights-common.integrity.json +9 -9
  2. package/browser/applicationinsights-common.js +157 -295
  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 +2805 -1244
  7. package/dist/applicationinsights-common.api.md +78 -35
  8. package/dist/applicationinsights-common.d.ts +494 -282
  9. package/dist/applicationinsights-common.js +157 -295
  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 +494 -282
  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 +1 -1
  18. package/dist-esm/HelperFuncs.js +1 -1
  19. package/dist-esm/Interfaces/ConnectionString.js +1 -1
  20. package/dist-esm/Interfaces/Context/IApplication.js +1 -1
  21. package/dist-esm/Interfaces/Context/IDevice.js +1 -1
  22. package/dist-esm/Interfaces/Context/IInternal.js +1 -1
  23. package/dist-esm/Interfaces/Context/ILocation.js +1 -1
  24. package/dist-esm/Interfaces/Context/IOperatingSystem.js +1 -1
  25. package/dist-esm/Interfaces/Context/ISample.js +1 -1
  26. package/dist-esm/Interfaces/Context/ISession.js +1 -1
  27. package/dist-esm/Interfaces/Context/ITelemetryTrace.js +1 -1
  28. package/dist-esm/Interfaces/Context/IUser.js +1 -1
  29. package/dist-esm/Interfaces/Context/IWeb.js +1 -1
  30. package/dist-esm/Interfaces/Contracts/AvailabilityData.js +1 -1
  31. package/dist-esm/Interfaces/Contracts/ContextTagKeys.js +1 -1
  32. package/dist-esm/Interfaces/Contracts/DataPointType.js +1 -1
  33. package/dist-esm/Interfaces/Contracts/DependencyKind.js +1 -1
  34. package/dist-esm/Interfaces/Contracts/DependencySourceType.js +1 -1
  35. package/dist-esm/Interfaces/Contracts/IBase.js +1 -1
  36. package/dist-esm/Interfaces/Contracts/IData.js +1 -1
  37. package/dist-esm/Interfaces/Contracts/IDataPoint.js +1 -1
  38. package/dist-esm/Interfaces/Contracts/IDomain.js +1 -1
  39. package/dist-esm/Interfaces/Contracts/IEnvelope.js +1 -1
  40. package/dist-esm/Interfaces/Contracts/IEventData.js +1 -1
  41. package/dist-esm/Interfaces/Contracts/IExceptionData.js +1 -1
  42. package/dist-esm/Interfaces/Contracts/IExceptionDetails.js +1 -1
  43. package/dist-esm/Interfaces/Contracts/IMessageData.js +1 -1
  44. package/dist-esm/Interfaces/Contracts/IMetricData.js +1 -1
  45. package/dist-esm/Interfaces/Contracts/IPageViewData.js +1 -1
  46. package/dist-esm/Interfaces/Contracts/IPageViewPerfData.js +1 -1
  47. package/dist-esm/Interfaces/Contracts/IRemoteDependencyData.js +1 -1
  48. package/dist-esm/Interfaces/Contracts/IStackFrame.js +1 -1
  49. package/dist-esm/Interfaces/Contracts/RequestData.js +1 -1
  50. package/dist-esm/Interfaces/Contracts/SeverityLevel.js +1 -1
  51. package/dist-esm/Interfaces/IAppInsights.js +1 -1
  52. package/dist-esm/Interfaces/IChannelControlsAI.js +1 -1
  53. package/dist-esm/Interfaces/IConfig.js +1 -1
  54. package/dist-esm/Interfaces/ICorrelationConfig.js +1 -1
  55. package/dist-esm/Interfaces/IDependencyTelemetry.js +1 -1
  56. package/dist-esm/Interfaces/IEventTelemetry.js +1 -1
  57. package/dist-esm/Interfaces/IExceptionTelemetry.js +1 -1
  58. package/dist-esm/Interfaces/IMetricTelemetry.js +1 -1
  59. package/dist-esm/Interfaces/IPageViewPerformanceTelemetry.js +1 -1
  60. package/dist-esm/Interfaces/IPageViewTelemetry.js +1 -1
  61. package/dist-esm/Interfaces/IPartC.js +1 -1
  62. package/dist-esm/Interfaces/IPropertiesPlugin.js +1 -1
  63. package/dist-esm/Interfaces/IRequestContext.js +1 -1
  64. package/dist-esm/Interfaces/ITelemetryContext.js +1 -1
  65. package/dist-esm/Interfaces/ITraceTelemetry.js +1 -1
  66. package/dist-esm/Interfaces/PartAExtensions.js +2 -2
  67. package/dist-esm/Interfaces/PartAExtensions.js.map +1 -1
  68. package/dist-esm/Interfaces/Telemetry/IEnvelope.js +1 -1
  69. package/dist-esm/Interfaces/Telemetry/ISerializable.js +1 -1
  70. package/dist-esm/RequestResponseHeaders.js +1 -1
  71. package/dist-esm/StorageHelperFuncs.js +1 -1
  72. package/dist-esm/Telemetry/Common/Data.js +6 -11
  73. package/dist-esm/Telemetry/Common/Data.js.map +1 -1
  74. package/dist-esm/Telemetry/Common/DataPoint.js +8 -9
  75. package/dist-esm/Telemetry/Common/DataPoint.js.map +1 -1
  76. package/dist-esm/Telemetry/Common/DataSanitizer.js +1 -1
  77. package/dist-esm/Telemetry/Common/Envelope.js +12 -12
  78. package/dist-esm/Telemetry/Common/Envelope.js.map +1 -1
  79. package/dist-esm/Telemetry/Event.js +9 -12
  80. package/dist-esm/Telemetry/Event.js.map +1 -1
  81. package/dist-esm/Telemetry/Exception.js +74 -81
  82. package/dist-esm/Telemetry/Exception.js.map +1 -1
  83. package/dist-esm/Telemetry/Metric.js +9 -12
  84. package/dist-esm/Telemetry/Metric.js.map +1 -1
  85. package/dist-esm/Telemetry/PageView.js +12 -15
  86. package/dist-esm/Telemetry/PageView.js.map +1 -1
  87. package/dist-esm/Telemetry/PageViewPerformance.js +16 -19
  88. package/dist-esm/Telemetry/PageViewPerformance.js.map +1 -1
  89. package/dist-esm/Telemetry/RemoteDependencyData.js +17 -20
  90. package/dist-esm/Telemetry/RemoteDependencyData.js.map +1 -1
  91. package/dist-esm/Telemetry/Trace.js +10 -13
  92. package/dist-esm/Telemetry/Trace.js.map +1 -1
  93. package/dist-esm/TelemetryItemCreator.js +1 -1
  94. package/dist-esm/UrlHelperFuncs.js +1 -1
  95. package/dist-esm/Util.js +1 -1
  96. package/dist-esm/applicationinsights-common.js +3 -6
  97. package/dist-esm/applicationinsights-common.js.map +1 -1
  98. package/package.json +3 -3
  99. package/src/Interfaces/IExceptionTelemetry.ts +1 -1
  100. package/src/Interfaces/ITraceTelemetry.ts +1 -1
  101. package/src/Interfaces/PartAExtensions.ts +1 -1
  102. package/src/Interfaces/Telemetry/IEnvelope.ts +35 -3
  103. package/src/Telemetry/Common/Data.ts +12 -4
  104. package/src/Telemetry/Common/DataPoint.ts +38 -2
  105. package/src/Telemetry/Common/Envelope.ts +51 -10
  106. package/src/Telemetry/Event.ts +30 -12
  107. package/src/Telemetry/Exception.ts +158 -71
  108. package/src/Telemetry/Metric.ts +27 -7
  109. package/src/Telemetry/PageView.ts +45 -10
  110. package/src/Telemetry/PageViewPerformance.ts +75 -13
  111. package/src/Telemetry/RemoteDependencyData.ts +70 -15
  112. package/src/Telemetry/Trace.ts +34 -8
  113. package/src/applicationinsights-common.ts +5 -5
  114. package/types/Interfaces/IExceptionTelemetry.d.ts +1 -1
  115. package/types/Interfaces/ITraceTelemetry.d.ts +1 -1
  116. package/types/Interfaces/PartAExtensions.d.ts +1 -1
  117. package/types/Interfaces/Telemetry/IEnvelope.d.ts +24 -0
  118. package/types/Telemetry/Common/Data.d.ts +10 -2
  119. package/types/Telemetry/Common/DataPoint.d.ts +31 -2
  120. package/types/Telemetry/Common/Envelope.d.ts +35 -4
  121. package/types/Telemetry/Event.d.ts +19 -3
  122. package/types/Telemetry/Exception.d.ts +75 -7
  123. package/types/Telemetry/Metric.d.ts +19 -2
  124. package/types/Telemetry/PageView.d.ts +30 -2
  125. package/types/Telemetry/PageViewPerformance.d.ts +50 -2
  126. package/types/Telemetry/RemoteDependencyData.d.ts +46 -2
  127. package/types/Telemetry/Trace.d.ts +23 -3
  128. package/types/applicationinsights-common.d.ts +5 -5
  129. package/types/tsdoc-metadata.json +1 -1
  130. package/dist-esm/Interfaces/Contracts/Generated/AvailabilityData.js +0 -27
  131. package/dist-esm/Interfaces/Contracts/Generated/AvailabilityData.js.map +0 -1
  132. package/dist-esm/Interfaces/Contracts/Generated/Base.js +0 -17
  133. package/dist-esm/Interfaces/Contracts/Generated/Base.js.map +0 -1
  134. package/dist-esm/Interfaces/Contracts/Generated/ContextTagKeys.js +0 -89
  135. package/dist-esm/Interfaces/Contracts/Generated/ContextTagKeys.js.map +0 -1
  136. package/dist-esm/Interfaces/Contracts/Generated/Data.js +0 -21
  137. package/dist-esm/Interfaces/Contracts/Generated/Data.js.map +0 -1
  138. package/dist-esm/Interfaces/Contracts/Generated/DataPoint.js +0 -21
  139. package/dist-esm/Interfaces/Contracts/Generated/DataPoint.js.map +0 -1
  140. package/dist-esm/Interfaces/Contracts/Generated/DataPointType.js +0 -16
  141. package/dist-esm/Interfaces/Contracts/Generated/DataPointType.js.map +0 -1
  142. package/dist-esm/Interfaces/Contracts/Generated/DependencyKind.js +0 -17
  143. package/dist-esm/Interfaces/Contracts/Generated/DependencyKind.js.map +0 -1
  144. package/dist-esm/Interfaces/Contracts/Generated/DependencySourceType.js +0 -17
  145. package/dist-esm/Interfaces/Contracts/Generated/DependencySourceType.js.map +0 -1
  146. package/dist-esm/Interfaces/Contracts/Generated/Domain.js +0 -8
  147. package/dist-esm/Interfaces/Contracts/Generated/Domain.js.map +0 -1
  148. package/dist-esm/Interfaces/Contracts/Generated/Envelope.js +0 -28
  149. package/dist-esm/Interfaces/Contracts/Generated/Envelope.js.map +0 -1
  150. package/dist-esm/Interfaces/Contracts/Generated/EventData.js +0 -28
  151. package/dist-esm/Interfaces/Contracts/Generated/EventData.js.map +0 -1
  152. package/dist-esm/Interfaces/Contracts/Generated/ExceptionData.js +0 -32
  153. package/dist-esm/Interfaces/Contracts/Generated/ExceptionData.js.map +0 -1
  154. package/dist-esm/Interfaces/Contracts/Generated/ExceptionDetails.js +0 -24
  155. package/dist-esm/Interfaces/Contracts/Generated/ExceptionDetails.js.map +0 -1
  156. package/dist-esm/Interfaces/Contracts/Generated/MessageData.js +0 -28
  157. package/dist-esm/Interfaces/Contracts/Generated/MessageData.js.map +0 -1
  158. package/dist-esm/Interfaces/Contracts/Generated/MetricData.js +0 -32
  159. package/dist-esm/Interfaces/Contracts/Generated/MetricData.js.map +0 -1
  160. package/dist-esm/Interfaces/Contracts/Generated/PageViewData.js +0 -34
  161. package/dist-esm/Interfaces/Contracts/Generated/PageViewData.js.map +0 -1
  162. package/dist-esm/Interfaces/Contracts/Generated/PageViewPerfData.js +0 -34
  163. package/dist-esm/Interfaces/Contracts/Generated/PageViewPerfData.js.map +0 -1
  164. package/dist-esm/Interfaces/Contracts/Generated/RemoteDependencyData.js +0 -32
  165. package/dist-esm/Interfaces/Contracts/Generated/RemoteDependencyData.js.map +0 -1
  166. package/dist-esm/Interfaces/Contracts/Generated/RequestData.js +0 -28
  167. package/dist-esm/Interfaces/Contracts/Generated/RequestData.js.map +0 -1
  168. package/dist-esm/Interfaces/Contracts/Generated/SeverityLevel.js +0 -19
  169. package/dist-esm/Interfaces/Contracts/Generated/SeverityLevel.js.map +0 -1
  170. package/dist-esm/Interfaces/Contracts/Generated/StackFrame.js +0 -17
  171. package/dist-esm/Interfaces/Contracts/Generated/StackFrame.js.map +0 -1
  172. package/dist-esm/Telemetry/Common/Base.js +0 -22
  173. package/dist-esm/Telemetry/Common/Base.js.map +0 -1
  174. package/src/Interfaces/Contracts/Generated/AvailabilityData.ts +0 -57
  175. package/src/Interfaces/Contracts/Generated/Base.ts +0 -18
  176. package/src/Interfaces/Contracts/Generated/ContextTagKeys.ts +0 -299
  177. package/src/Interfaces/Contracts/Generated/Data.ts +0 -26
  178. package/src/Interfaces/Contracts/Generated/DataPoint.ts +0 -44
  179. package/src/Interfaces/Contracts/Generated/DataPointType.ts +0 -11
  180. package/src/Interfaces/Contracts/Generated/DependencyKind.ts +0 -12
  181. package/src/Interfaces/Contracts/Generated/DependencySourceType.ts +0 -12
  182. package/src/Interfaces/Contracts/Generated/Domain.ts +0 -10
  183. package/src/Interfaces/Contracts/Generated/Envelope.ts +0 -50
  184. package/src/Interfaces/Contracts/Generated/EventData.ts +0 -33
  185. package/src/Interfaces/Contracts/Generated/ExceptionData.ts +0 -40
  186. package/src/Interfaces/Contracts/Generated/ExceptionDetails.ts +0 -46
  187. package/src/Interfaces/Contracts/Generated/MessageData.ts +0 -39
  188. package/src/Interfaces/Contracts/Generated/MetricData.ts +0 -34
  189. package/src/Interfaces/Contracts/Generated/PageViewData.ts +0 -50
  190. package/src/Interfaces/Contracts/Generated/PageViewPerfData.ts +0 -70
  191. package/src/Interfaces/Contracts/Generated/RemoteDependencyData.ts +0 -68
  192. package/src/Interfaces/Contracts/Generated/RequestData.ts +0 -50
  193. package/src/Interfaces/Contracts/Generated/SeverityLevel.ts +0 -15
  194. package/src/Interfaces/Contracts/Generated/StackFrame.ts +0 -34
  195. package/src/Telemetry/Common/Base.ts +0 -14
  196. package/types/Interfaces/Contracts/Generated/AvailabilityData.d.ts +0 -42
  197. package/types/Interfaces/Contracts/Generated/Base.d.ts +0 -10
  198. package/types/Interfaces/Contracts/Generated/ContextTagKeys.d.ts +0 -175
  199. package/types/Interfaces/Contracts/Generated/Data.d.ts +0 -15
  200. package/types/Interfaces/Contracts/Generated/DataPoint.d.ts +0 -34
  201. package/types/Interfaces/Contracts/Generated/DataPointType.d.ts +0 -7
  202. package/types/Interfaces/Contracts/Generated/DependencyKind.d.ts +0 -8
  203. package/types/Interfaces/Contracts/Generated/DependencySourceType.d.ts +0 -8
  204. package/types/Interfaces/Contracts/Generated/Domain.d.ts +0 -5
  205. package/types/Interfaces/Contracts/Generated/Envelope.d.ts +0 -38
  206. package/types/Interfaces/Contracts/Generated/EventData.d.ts +0 -23
  207. package/types/Interfaces/Contracts/Generated/ExceptionData.d.ts +0 -29
  208. package/types/Interfaces/Contracts/Generated/ExceptionDetails.d.ts +0 -34
  209. package/types/Interfaces/Contracts/Generated/MessageData.d.ts +0 -28
  210. package/types/Interfaces/Contracts/Generated/MetricData.d.ts +0 -24
  211. package/types/Interfaces/Contracts/Generated/PageViewData.d.ts +0 -35
  212. package/types/Interfaces/Contracts/Generated/PageViewPerfData.d.ts +0 -51
  213. package/types/Interfaces/Contracts/Generated/RemoteDependencyData.d.ts +0 -51
  214. package/types/Interfaces/Contracts/Generated/RequestData.d.ts +0 -38
  215. package/types/Interfaces/Contracts/Generated/SeverityLevel.d.ts +0 -10
  216. package/types/Interfaces/Contracts/Generated/StackFrame.d.ts +0 -25
  217. package/types/Telemetry/Common/Base.d.ts +0 -8
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/dist-esm/Enums.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,8 +1,8 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
- import { ContextTagKeys } from "./Contracts/Generated/ContextTagKeys";
5
+ import { ContextTagKeys } from "./Contracts/ContextTagKeys";
6
6
  export var Extensions = {
7
7
  UserExt: "user",
8
8
  DeviceExt: "device",
@@ -1 +1 @@
1
- {"version":3,"file":"PartAExtensions.js.map","sources":["PartAExtensions.js"],"sourcesContent":["import { ContextTagKeys } from \"./Contracts/Generated/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
+ {"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,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,30 +1,25 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
6
6
 
7
- import { __extendsFn as __extends } from "@microsoft/applicationinsights-shims";
8
- import { Data as AIData } from "../../Interfaces/Contracts/Generated/Data";
9
- var Data = /** @class */ (function (_super) {
10
- __extends(Data, _super);
7
+ var Data = /** @class */ (function () {
11
8
  /**
12
9
  * Constructs a new instance of telemetry data.
13
10
  */
14
11
  function Data(baseType, data) {
15
- var _this = _super.call(this) || this;
16
12
  /**
17
13
  * The data contract for serializing this object.
18
14
  */
19
- _this.aiDataContract = {
15
+ this.aiDataContract = {
20
16
  baseType: 1 /* Required */,
21
17
  baseData: 1 /* Required */
22
18
  };
23
- _this.baseType = baseType;
24
- _this.baseData = data;
25
- return _this;
19
+ this.baseType = baseType;
20
+ this.baseData = data;
26
21
  }
27
22
  return Data;
28
- }(AIData));
23
+ }());
29
24
  export { Data };
30
25
  //# sourceMappingURL=Data.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Data.js.map","sources":["Data.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { __extends } from \"tslib\";\r\nimport { Data as AIData } from \"../../Interfaces/Contracts/Generated/Data\";\r\nvar Data = /** @class */ (function (_super) {\r\n __extends(Data, _super);\r\n /**\r\n * Constructs a new instance of telemetry data.\r\n */\r\n function Data(baseType, data) {\r\n var _this = _super.call(this) || this;\r\n /**\r\n * The data contract for serializing this object.\r\n */\r\n _this.aiDataContract = {\r\n baseType: 1 /* Required */,\r\n baseData: 1 /* Required */\r\n };\r\n _this.baseType = baseType;\r\n _this.baseData = data;\r\n return _this;\r\n }\r\n return Data;\r\n}(AIData));\r\nexport { Data };\r\n//# sourceMappingURL=Data.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC,gFAAkC;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
1
+ {"version":3,"file":"Data.js.map","sources":["Data.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nvar Data = /** @class */ (function () {\r\n /**\r\n * Constructs a new instance of telemetry data.\r\n */\r\n function Data(baseType, data) {\r\n /**\r\n * The data contract for serializing this object.\r\n */\r\n this.aiDataContract = {\r\n baseType: 1 /* Required */,\r\n baseData: 1 /* Required */\r\n };\r\n this.baseType = baseType;\r\n this.baseData = data;\r\n }\r\n return Data;\r\n}());\r\nexport { Data };\r\n//# sourceMappingURL=Data.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"}
@@ -1,19 +1,15 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
6
6
 
7
- import { __extendsFn as __extends } from "@microsoft/applicationinsights-shims";
8
- import { DataPoint as AIDataPoint } from "../../Interfaces/Contracts/Generated/DataPoint";
9
- var DataPoint = /** @class */ (function (_super) {
10
- __extends(DataPoint, _super);
7
+ var DataPoint = /** @class */ (function () {
11
8
  function DataPoint() {
12
- var _this = _super !== null && _super.apply(this, arguments) || this;
13
9
  /**
14
10
  * The data contract for serializing this object.
15
11
  */
16
- _this.aiDataContract = {
12
+ this.aiDataContract = {
17
13
  name: 1 /* Required */,
18
14
  kind: 0 /* Default */,
19
15
  value: 1 /* Required */,
@@ -22,9 +18,12 @@ var DataPoint = /** @class */ (function (_super) {
22
18
  max: 0 /* Default */,
23
19
  stdDev: 0 /* Default */
24
20
  };
25
- return _this;
21
+ /**
22
+ * Metric type. Single measurement or the aggregated value.
23
+ */
24
+ this.kind = 0 /* Measurement */;
26
25
  }
27
26
  return DataPoint;
28
- }(AIDataPoint));
27
+ }());
29
28
  export { DataPoint };
30
29
  //# sourceMappingURL=DataPoint.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DataPoint.js.map","sources":["DataPoint.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { __extends } from \"tslib\";\r\nimport { DataPoint as AIDataPoint } from \"../../Interfaces/Contracts/Generated/DataPoint\";\r\nvar DataPoint = /** @class */ (function (_super) {\r\n __extends(DataPoint, _super);\r\n function DataPoint() {\r\n var _this = _super !== null && _super.apply(this, arguments) || this;\r\n /**\r\n * The data contract for serializing this object.\r\n */\r\n _this.aiDataContract = {\r\n name: 1 /* Required */,\r\n kind: 0 /* Default */,\r\n value: 1 /* Required */,\r\n count: 0 /* Default */,\r\n min: 0 /* Default */,\r\n max: 0 /* Default */,\r\n stdDev: 0 /* Default */\r\n };\r\n return _this;\r\n }\r\n return DataPoint;\r\n}(AIDataPoint));\r\nexport { DataPoint };\r\n//# sourceMappingURL=DataPoint.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC,gFAAkC;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
1
+ {"version":3,"file":"DataPoint.js.map","sources":["DataPoint.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nvar DataPoint = /** @class */ (function () {\r\n function DataPoint() {\r\n /**\r\n * The data contract for serializing this object.\r\n */\r\n this.aiDataContract = {\r\n name: 1 /* Required */,\r\n kind: 0 /* Default */,\r\n value: 1 /* Required */,\r\n count: 0 /* Default */,\r\n min: 0 /* Default */,\r\n max: 0 /* Default */,\r\n stdDev: 0 /* Default */\r\n };\r\n /**\r\n * Metric type. Single measurement or the aggregated value.\r\n */\r\n this.kind = 0 /* Measurement */;\r\n }\r\n return DataPoint;\r\n}());\r\nexport { DataPoint };\r\n//# sourceMappingURL=DataPoint.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;AACA;AACA;AACA"}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.0-beta.2203-15
2
+ * Application Insights JavaScript SDK - Common, 2.8.0-nightly.2204-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5