@microsoft/applicationinsights-core-js 3.4.2-nightly3.2605-11 → 3.4.2

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 (255) hide show
  1. package/browser/es5/applicationinsights-core-js.cjs.js +130 -126
  2. package/browser/es5/applicationinsights-core-js.cjs.js.map +1 -1
  3. package/browser/es5/applicationinsights-core-js.cjs.min.js +2 -2
  4. package/browser/es5/applicationinsights-core-js.cjs.min.js.map +1 -1
  5. package/browser/es5/applicationinsights-core-js.gbl.js +132 -128
  6. package/browser/es5/applicationinsights-core-js.gbl.js.map +1 -1
  7. package/browser/es5/applicationinsights-core-js.gbl.min.js +2 -2
  8. package/browser/es5/applicationinsights-core-js.gbl.min.js.map +1 -1
  9. package/browser/es5/applicationinsights-core-js.integrity.json +25 -25
  10. package/browser/es5/applicationinsights-core-js.js +132 -128
  11. package/browser/es5/applicationinsights-core-js.js.map +1 -1
  12. package/browser/es5/applicationinsights-core-js.min.js +2 -2
  13. package/browser/es5/applicationinsights-core-js.min.js.map +1 -1
  14. package/dist/es5/index.js +130 -126
  15. package/dist/es5/index.js.map +1 -1
  16. package/dist/es5/index.min.js +2 -2
  17. package/dist/es5/index.min.js.map +1 -1
  18. package/dist-es5/__DynamicConstants.js +1 -1
  19. package/dist-es5/config/ConfigDefaultHelpers.js +1 -1
  20. package/dist-es5/config/ConfigDefaults.js +1 -1
  21. package/dist-es5/config/DynamicConfig.js +1 -1
  22. package/dist-es5/config/DynamicProperty.js +1 -1
  23. package/dist-es5/config/DynamicState.js +1 -1
  24. package/dist-es5/config/DynamicSupport.js +1 -1
  25. package/dist-es5/constants/Constants.js +1 -1
  26. package/dist-es5/constants/InternalConstants.js +1 -1
  27. package/dist-es5/core/AggregationError.js +1 -1
  28. package/dist-es5/core/AppInsightsCore.js +1 -1
  29. package/dist-es5/core/AsyncUtils.js +1 -1
  30. package/dist-es5/core/BaseTelemetryPlugin.js +1 -1
  31. package/dist-es5/core/CookieMgr.js +1 -1
  32. package/dist-es5/core/DbgExtensionUtils.js +1 -1
  33. package/dist-es5/core/InstrumentHooks.js +1 -1
  34. package/dist-es5/core/NotificationManager.js +1 -1
  35. package/dist-es5/core/PerfManager.js +1 -1
  36. package/dist-es5/core/ProcessTelemetryContext.js +1 -1
  37. package/dist-es5/core/ResponseHelpers.js +1 -1
  38. package/dist-es5/core/SenderPostManager.js +1 -1
  39. package/dist-es5/core/StatsBeat.js +1 -1
  40. package/dist-es5/core/TelemetryHelpers.js +1 -1
  41. package/dist-es5/core/TelemetryInitializerPlugin.js +1 -1
  42. package/dist-es5/core/UnloadHandlerContainer.js +1 -1
  43. package/dist-es5/core/UnloadHookContainer.js +1 -1
  44. package/dist-es5/diagnostics/DiagnosticLogger.js +1 -1
  45. package/dist-es5/diagnostics/ThrottleMgr.js +1 -1
  46. package/dist-es5/enums/EnumHelperFuncs.js +1 -1
  47. package/dist-es5/enums/W3CTraceFlags.js +1 -1
  48. package/dist-es5/enums/ai/DependencyTypes.js +2 -2
  49. package/dist-es5/enums/ai/DependencyTypes.js.map +1 -1
  50. package/dist-es5/enums/ai/Enums.js +4 -4
  51. package/dist-es5/enums/ai/Enums.js.map +1 -1
  52. package/dist-es5/enums/ai/EventsDiscardedReason.js +3 -3
  53. package/dist-es5/enums/ai/EventsDiscardedReason.js.map +1 -1
  54. package/dist-es5/enums/ai/FeatureOptInEnums.js +1 -1
  55. package/dist-es5/enums/ai/InitActiveStatusEnum.js +2 -2
  56. package/dist-es5/enums/ai/InitActiveStatusEnum.js.map +1 -1
  57. package/dist-es5/enums/ai/LoggingEnums.js +2 -2
  58. package/dist-es5/enums/ai/LoggingEnums.js.map +1 -1
  59. package/dist-es5/enums/ai/SendRequestReason.js +1 -1
  60. package/dist-es5/enums/ai/StatsType.js +1 -1
  61. package/dist-es5/enums/ai/TelemetryUnloadReason.js +1 -1
  62. package/dist-es5/enums/ai/TelemetryUpdateReason.js +1 -1
  63. package/dist-es5/enums/ai/TraceHeadersMode.js +1 -1
  64. package/dist-es5/enums/ai/UrlRedactionOptions.js +2 -2
  65. package/dist-es5/enums/ai/UrlRedactionOptions.js.map +1 -1
  66. package/dist-es5/enums/ext/Enums.js +5 -5
  67. package/dist-es5/enums/ext/Enums.js.map +1 -1
  68. package/dist-es5/enums/otel/OTelSamplingDecision.js +2 -2
  69. package/dist-es5/enums/otel/OTelSamplingDecision.js.map +1 -1
  70. package/dist-es5/enums/otel/OTelSpanKind.js +2 -2
  71. package/dist-es5/enums/otel/OTelSpanKind.js.map +1 -1
  72. package/dist-es5/enums/otel/OTelSpanStatus.js +2 -2
  73. package/dist-es5/enums/otel/OTelSpanStatus.js.map +1 -1
  74. package/dist-es5/enums/otel/eAttributeChangeOp.js +1 -1
  75. package/dist-es5/ext/AppInsightsExtCore.js +2 -2
  76. package/dist-es5/ext/AppInsightsExtCore.js.map +1 -1
  77. package/dist-es5/ext/ValueSanitizer.js +1 -1
  78. package/dist-es5/ext/extSpanUtils.js +3 -3
  79. package/dist-es5/ext/extSpanUtils.js.map +1 -1
  80. package/dist-es5/ext/extUtils.js +5 -5
  81. package/dist-es5/ext/extUtils.js.map +1 -1
  82. package/dist-es5/index.js +1 -1
  83. package/dist-es5/interfaces/IException.js +1 -1
  84. package/dist-es5/interfaces/IOTelHrTime.js +1 -1
  85. package/dist-es5/interfaces/ai/ConnectionString.js +1 -1
  86. package/dist-es5/interfaces/ai/IAppInsights.js +1 -1
  87. package/dist-es5/interfaces/ai/IAppInsightsCore.js +1 -1
  88. package/dist-es5/interfaces/ai/IChannelControls.js +1 -1
  89. package/dist-es5/interfaces/ai/IChannelControlsHost.js +1 -1
  90. package/dist-es5/interfaces/ai/IConfig.js +1 -1
  91. package/dist-es5/interfaces/ai/IConfiguration.js +1 -1
  92. package/dist-es5/interfaces/ai/ICookieMgr.js +1 -1
  93. package/dist-es5/interfaces/ai/ICorrelationConfig.js +1 -1
  94. package/dist-es5/interfaces/ai/IDbgExtension.js +1 -1
  95. package/dist-es5/interfaces/ai/IDependencyTelemetry.js +1 -1
  96. package/dist-es5/interfaces/ai/IDiagnosticLogger.js +1 -1
  97. package/dist-es5/interfaces/ai/IDistributedTraceContext.js +1 -1
  98. package/dist-es5/interfaces/ai/IEventTelemetry.js +1 -1
  99. package/dist-es5/interfaces/ai/IExceptionConfig.js +1 -1
  100. package/dist-es5/interfaces/ai/IExceptionTelemetry.js +1 -1
  101. package/dist-es5/interfaces/ai/IFeatureOptIn.js +1 -1
  102. package/dist-es5/interfaces/ai/IInstrumentHooks.js +1 -1
  103. package/dist-es5/interfaces/ai/IMetricTelemetry.js +1 -1
  104. package/dist-es5/interfaces/ai/INetworkStatsbeat.js +1 -1
  105. package/dist-es5/interfaces/ai/INotificationListener.js +1 -1
  106. package/dist-es5/interfaces/ai/INotificationManager.js +1 -1
  107. package/dist-es5/interfaces/ai/IPageViewPerformanceTelemetry.js +1 -1
  108. package/dist-es5/interfaces/ai/IPageViewTelemetry.js +1 -1
  109. package/dist-es5/interfaces/ai/IPartC.js +1 -1
  110. package/dist-es5/interfaces/ai/IPerfEvent.js +1 -1
  111. package/dist-es5/interfaces/ai/IPerfManager.js +1 -1
  112. package/dist-es5/interfaces/ai/IProcessTelemetryContext.js +1 -1
  113. package/dist-es5/interfaces/ai/IPropertiesPlugin.js +1 -1
  114. package/dist-es5/interfaces/ai/IRequestContext.js +1 -1
  115. package/dist-es5/interfaces/ai/IRequestTelemetry.js +1 -1
  116. package/dist-es5/interfaces/ai/ISenderPostManager.js +1 -1
  117. package/dist-es5/interfaces/ai/IStatsBeat.js +1 -1
  118. package/dist-es5/interfaces/ai/IStatsEventData.js +1 -1
  119. package/dist-es5/interfaces/ai/IStatsMgr.js +1 -1
  120. package/dist-es5/interfaces/ai/IStorageBuffer.js +1 -1
  121. package/dist-es5/interfaces/ai/ITelemetryContext.js +1 -1
  122. package/dist-es5/interfaces/ai/ITelemetryInitializers.js +1 -1
  123. package/dist-es5/interfaces/ai/ITelemetryItem.js +1 -1
  124. package/dist-es5/interfaces/ai/ITelemetryPlugin.js +1 -1
  125. package/dist-es5/interfaces/ai/ITelemetryPluginChain.js +1 -1
  126. package/dist-es5/interfaces/ai/ITelemetryUnloadState.js +1 -1
  127. package/dist-es5/interfaces/ai/ITelemetryUpdateState.js +1 -1
  128. package/dist-es5/interfaces/ai/IThrottleMgr.js +1 -1
  129. package/dist-es5/interfaces/ai/ITraceParent.js +1 -1
  130. package/dist-es5/interfaces/ai/ITraceProvider.js +1 -1
  131. package/dist-es5/interfaces/ai/ITraceTelemetry.js +1 -1
  132. package/dist-es5/interfaces/ai/IUnloadHook.js +1 -1
  133. package/dist-es5/interfaces/ai/IUnloadableComponent.js +1 -1
  134. package/dist-es5/interfaces/ai/IW3cTraceState.js +1 -1
  135. package/dist-es5/interfaces/ai/IXDomainRequest.js +1 -1
  136. package/dist-es5/interfaces/ai/IXHROverride.js +1 -1
  137. package/dist-es5/interfaces/ai/PartAExtensions.js +2 -2
  138. package/dist-es5/interfaces/ai/PartAExtensions.js.map +1 -1
  139. package/dist-es5/interfaces/ai/context/IApplication.js +1 -1
  140. package/dist-es5/interfaces/ai/context/IDevice.js +1 -1
  141. package/dist-es5/interfaces/ai/context/IInternal.js +1 -1
  142. package/dist-es5/interfaces/ai/context/ILocation.js +1 -1
  143. package/dist-es5/interfaces/ai/context/IOperatingSystem.js +1 -1
  144. package/dist-es5/interfaces/ai/context/ISample.js +1 -1
  145. package/dist-es5/interfaces/ai/context/ISession.js +1 -1
  146. package/dist-es5/interfaces/ai/context/ISessionManager.js +1 -1
  147. package/dist-es5/interfaces/ai/context/ITelemetryTrace.js +1 -1
  148. package/dist-es5/interfaces/ai/context/IUser.js +1 -1
  149. package/dist-es5/interfaces/ai/context/IWeb.js +1 -1
  150. package/dist-es5/interfaces/ai/contracts/AvailabilityData.js +1 -1
  151. package/dist-es5/interfaces/ai/contracts/ContextTagKeys.js +1 -1
  152. package/dist-es5/interfaces/ai/contracts/DataPointType.js +1 -1
  153. package/dist-es5/interfaces/ai/contracts/DependencyKind.js +1 -1
  154. package/dist-es5/interfaces/ai/contracts/DependencySourceType.js +1 -1
  155. package/dist-es5/interfaces/ai/contracts/IBase.js +1 -1
  156. package/dist-es5/interfaces/ai/contracts/IData.js +1 -1
  157. package/dist-es5/interfaces/ai/contracts/IDataPoint.js +1 -1
  158. package/dist-es5/interfaces/ai/contracts/IDomain.js +1 -1
  159. package/dist-es5/interfaces/ai/contracts/IEventData.js +1 -1
  160. package/dist-es5/interfaces/ai/contracts/IExceptionData.js +1 -1
  161. package/dist-es5/interfaces/ai/contracts/IExceptionDetails.js +1 -1
  162. package/dist-es5/interfaces/ai/contracts/IMessageData.js +1 -1
  163. package/dist-es5/interfaces/ai/contracts/IMetricData.js +1 -1
  164. package/dist-es5/interfaces/ai/contracts/IPageViewData.js +1 -1
  165. package/dist-es5/interfaces/ai/contracts/IPageViewPerfData.js +1 -1
  166. package/dist-es5/interfaces/ai/contracts/IRemoteDependencyData.js +1 -1
  167. package/dist-es5/interfaces/ai/contracts/IStackFrame.js +1 -1
  168. package/dist-es5/interfaces/ai/contracts/SeverityLevel.js +2 -2
  169. package/dist-es5/interfaces/ai/contracts/SeverityLevel.js.map +1 -1
  170. package/dist-es5/interfaces/ai/telemetry/IEnvelope.js +1 -1
  171. package/dist-es5/interfaces/ai/telemetry/ISerializable.js +1 -1
  172. package/dist-es5/interfaces/config/IConfigDefaults.js +1 -1
  173. package/dist-es5/interfaces/config/IDynamicConfigHandler.js +1 -1
  174. package/dist-es5/interfaces/config/IDynamicPropertyHandler.js +1 -1
  175. package/dist-es5/interfaces/config/IDynamicWatcher.js +1 -1
  176. package/dist-es5/interfaces/config/_IDynamicConfigHandlerState.js +1 -1
  177. package/dist-es5/interfaces/ext/DataModels.js +1 -1
  178. package/dist-es5/interfaces/otel/IOTelApi.js +1 -1
  179. package/dist-es5/interfaces/otel/IOTelApiCtx.js +1 -1
  180. package/dist-es5/interfaces/otel/IOTelAttributes.js +1 -1
  181. package/dist-es5/interfaces/otel/attribute/IAttributeContainer.js +1 -1
  182. package/dist-es5/interfaces/otel/config/IOTelAttributeLimits.js +1 -1
  183. package/dist-es5/interfaces/otel/config/IOTelConfig.js +1 -1
  184. package/dist-es5/interfaces/otel/config/IOTelErrorHandlers.js +1 -1
  185. package/dist-es5/interfaces/otel/config/IOTelSpanLimits.js +1 -1
  186. package/dist-es5/interfaces/otel/config/IOTelTraceCfg.js +1 -1
  187. package/dist-es5/interfaces/otel/trace/IOTelSpan.js +1 -1
  188. package/dist-es5/interfaces/otel/trace/IOTelSpanContext.js +1 -1
  189. package/dist-es5/interfaces/otel/trace/IOTelSpanCtx.js +1 -1
  190. package/dist-es5/interfaces/otel/trace/IOTelSpanOptions.js +1 -1
  191. package/dist-es5/interfaces/otel/trace/IOTelSpanStatus.js +1 -1
  192. package/dist-es5/interfaces/otel/trace/IOTelTraceApi.js +1 -1
  193. package/dist-es5/interfaces/otel/trace/IOTelTraceState.js +1 -1
  194. package/dist-es5/interfaces/otel/trace/IOTelTracer.js +1 -1
  195. package/dist-es5/interfaces/otel/trace/IOTelTracerOptions.js +1 -1
  196. package/dist-es5/interfaces/otel/trace/IOTelTracerProvider.js +1 -1
  197. package/dist-es5/interfaces/otel/trace/IReadableSpan.js +1 -1
  198. package/dist-es5/internal/EventHelpers.js +1 -1
  199. package/dist-es5/internal/attributeHelpers.js +1 -1
  200. package/dist-es5/internal/commonUtils.js +2 -2
  201. package/dist-es5/internal/commonUtils.js.map +1 -1
  202. package/dist-es5/internal/handleErrors.js +1 -1
  203. package/dist-es5/internal/noopHelpers.js +1 -1
  204. package/dist-es5/internal/timeHelpers.js +1 -1
  205. package/dist-es5/otel/api/OTelApi.js +1 -1
  206. package/dist-es5/otel/api/errors/OTelError.js +1 -1
  207. package/dist-es5/otel/api/errors/OTelInvalidAttributeError.js +1 -1
  208. package/dist-es5/otel/api/errors/OTelSpanError.js +1 -1
  209. package/dist-es5/otel/api/trace/span.js +1 -1
  210. package/dist-es5/otel/api/trace/spanContext.js +1 -1
  211. package/dist-es5/otel/api/trace/traceApi.js +1 -1
  212. package/dist-es5/otel/api/trace/traceProvider.js +1 -1
  213. package/dist-es5/otel/api/trace/traceState.js +1 -1
  214. package/dist-es5/otel/api/trace/tracer.js +1 -1
  215. package/dist-es5/otel/api/trace/tracerProvider.js +1 -1
  216. package/dist-es5/otel/api/trace/utils.js +1 -1
  217. package/dist-es5/otel/attribute/SemanticConventions.js +1 -1
  218. package/dist-es5/otel/attribute/attributeContainer.js +1 -1
  219. package/dist-es5/telemetry/ConnectionStringParser.js +1 -1
  220. package/dist-es5/telemetry/RequestResponseHeaders.js +2 -2
  221. package/dist-es5/telemetry/RequestResponseHeaders.js.map +1 -1
  222. package/dist-es5/telemetry/TelemetryItemCreator.js +1 -1
  223. package/dist-es5/telemetry/W3cTraceState.js +2 -2
  224. package/dist-es5/telemetry/W3cTraceState.js.map +1 -1
  225. package/dist-es5/telemetry/ai/Common/Data.js +1 -1
  226. package/dist-es5/telemetry/ai/Common/DataPoint.js +1 -1
  227. package/dist-es5/telemetry/ai/Common/DataSanitizer.js +1 -1
  228. package/dist-es5/telemetry/ai/Common/Envelope.js +1 -1
  229. package/dist-es5/telemetry/ai/DataTypes.js +1 -1
  230. package/dist-es5/telemetry/ai/EnvelopeTypes.js +9 -9
  231. package/dist-es5/telemetry/ai/EnvelopeTypes.js.map +1 -1
  232. package/dist-es5/telemetry/ai/Event.js +1 -1
  233. package/dist-es5/telemetry/ai/Exception.js +3 -3
  234. package/dist-es5/telemetry/ai/Exception.js.map +1 -1
  235. package/dist-es5/telemetry/ai/Metric.js +1 -1
  236. package/dist-es5/telemetry/ai/PageView.js +1 -1
  237. package/dist-es5/telemetry/ai/PageViewPerformance.js +1 -1
  238. package/dist-es5/telemetry/ai/RemoteDependencyData.js +1 -1
  239. package/dist-es5/telemetry/ai/Trace.js +1 -1
  240. package/dist-es5/utils/CoreUtils.js +1 -1
  241. package/dist-es5/utils/DataCacheHelper.js +2 -2
  242. package/dist-es5/utils/DataCacheHelper.js.map +1 -1
  243. package/dist-es5/utils/DomHelperFuncs.js +1 -1
  244. package/dist-es5/utils/EnvUtils.js +1 -1
  245. package/dist-es5/utils/HelperFuncs.js +1 -1
  246. package/dist-es5/utils/Offline.js +1 -1
  247. package/dist-es5/utils/RandomHelper.js +1 -1
  248. package/dist-es5/utils/StorageHelperFuncs.js +1 -1
  249. package/dist-es5/utils/TraceParent.js +1 -1
  250. package/dist-es5/utils/UrlHelperFuncs.js +1 -1
  251. package/dist-es5/utils/Util.js +1 -1
  252. package/package.json +82 -78
  253. package/tsconfig.json +2 -1
  254. package/types/applicationinsights-core-js.d.ts +3 -3
  255. package/types/applicationinsights-core-js.namespaced.d.ts +3 -3
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -15,5 +15,5 @@ export var Extensions = {
15
15
  SessionExt: "ses",
16
16
  SDKExt: "sdk"
17
17
  };
18
- export var CtxTagKeys = ( /* #__PURE__ */new ContextTagKeys());
18
+ export var CtxTagKeys = (/*#__PURE__*/new ContextTagKeys());
19
19
  //# sourceMappingURL=PartAExtensions.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PartAExtensions.js.map","sources":["PartAExtensions.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { 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 = ( /* #__PURE__ */new ContextTagKeys());\r\n//# sourceMappingURL=PartAExtensions.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
1
+ {"version":3,"file":"PartAExtensions.js.map","sources":["PartAExtensions.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { 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 = (/*#__PURE__*/new ContextTagKeys());\r\n//# sourceMappingURL=PartAExtensions.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -8,7 +8,7 @@ import { createEnumStyle } from "../../../enums/EnumHelperFuncs";
8
8
  /**
9
9
  * Defines the level of severity for the event.
10
10
  */
11
- export var SeverityLevel = ( /* @__PURE__ */createEnumStyle({
11
+ export var SeverityLevel = (/*@__PURE__*/createEnumStyle({
12
12
  Verbose: 0 /* eSeverityLevel.Verbose */,
13
13
  Information: 1 /* eSeverityLevel.Information */,
14
14
  Warning: 2 /* eSeverityLevel.Warning */,
@@ -1 +1 @@
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 \"../../../enums/EnumHelperFuncs\";\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
+ {"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 \"../../../enums/EnumHelperFuncs\";\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,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
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 - Core, 3.4.2-nightly3.2605-11
2
+ * Application Insights JavaScript SDK - Core, 3.4.2
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5