@microsoft/applicationinsights-common 2.8.4-nightly.2205-08 → 2.8.4-nightly.2205-09

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 (102) hide show
  1. package/browser/applicationinsights-common.integrity.json +9 -9
  2. package/browser/applicationinsights-common.js +2 -2
  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.d.ts +1 -1
  7. package/dist/applicationinsights-common.js +2 -2
  8. package/dist/applicationinsights-common.js.map +1 -1
  9. package/dist/applicationinsights-common.min.js +2 -2
  10. package/dist/applicationinsights-common.min.js.map +1 -1
  11. package/dist/applicationinsights-common.rollup.d.ts +1 -1
  12. package/dist-esm/ConnectionStringParser.js +1 -1
  13. package/dist-esm/Constants.js +1 -1
  14. package/dist-esm/DomHelperFuncs.js +1 -1
  15. package/dist-esm/Enums.js +6 -6
  16. package/dist-esm/Enums.js.map +1 -1
  17. package/dist-esm/HelperFuncs.js +1 -1
  18. package/dist-esm/Interfaces/ConnectionString.js +1 -1
  19. package/dist-esm/Interfaces/Context/IApplication.js +1 -1
  20. package/dist-esm/Interfaces/Context/IDevice.js +1 -1
  21. package/dist-esm/Interfaces/Context/IInternal.js +1 -1
  22. package/dist-esm/Interfaces/Context/ILocation.js +1 -1
  23. package/dist-esm/Interfaces/Context/IOperatingSystem.js +1 -1
  24. package/dist-esm/Interfaces/Context/ISample.js +1 -1
  25. package/dist-esm/Interfaces/Context/ISession.js +1 -1
  26. package/dist-esm/Interfaces/Context/ITelemetryTrace.js +1 -1
  27. package/dist-esm/Interfaces/Context/IUser.js +1 -1
  28. package/dist-esm/Interfaces/Context/IWeb.js +1 -1
  29. package/dist-esm/Interfaces/Contracts/AvailabilityData.js +1 -1
  30. package/dist-esm/Interfaces/Contracts/ContextTagKeys.js +1 -1
  31. package/dist-esm/Interfaces/Contracts/DataPointType.js +1 -1
  32. package/dist-esm/Interfaces/Contracts/DependencyKind.js +1 -1
  33. package/dist-esm/Interfaces/Contracts/DependencySourceType.js +1 -1
  34. package/dist-esm/Interfaces/Contracts/IBase.js +1 -1
  35. package/dist-esm/Interfaces/Contracts/IData.js +1 -1
  36. package/dist-esm/Interfaces/Contracts/IDataPoint.js +1 -1
  37. package/dist-esm/Interfaces/Contracts/IDomain.js +1 -1
  38. package/dist-esm/Interfaces/Contracts/IEnvelope.js +1 -1
  39. package/dist-esm/Interfaces/Contracts/IEventData.js +1 -1
  40. package/dist-esm/Interfaces/Contracts/IExceptionData.js +1 -1
  41. package/dist-esm/Interfaces/Contracts/IExceptionDetails.js +1 -1
  42. package/dist-esm/Interfaces/Contracts/IMessageData.js +1 -1
  43. package/dist-esm/Interfaces/Contracts/IMetricData.js +1 -1
  44. package/dist-esm/Interfaces/Contracts/IPageViewData.js +1 -1
  45. package/dist-esm/Interfaces/Contracts/IPageViewPerfData.js +1 -1
  46. package/dist-esm/Interfaces/Contracts/IRemoteDependencyData.js +1 -1
  47. package/dist-esm/Interfaces/Contracts/IStackFrame.js +1 -1
  48. package/dist-esm/Interfaces/Contracts/RequestData.js +1 -1
  49. package/dist-esm/Interfaces/Contracts/SeverityLevel.js +6 -6
  50. package/dist-esm/Interfaces/Contracts/SeverityLevel.js.map +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/ITraceParent.js +1 -1
  66. package/dist-esm/Interfaces/ITraceTelemetry.js +1 -1
  67. package/dist-esm/Interfaces/PartAExtensions.js +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 +10 -10
  71. package/dist-esm/RequestResponseHeaders.js.map +1 -1
  72. package/dist-esm/StorageHelperFuncs.js +7 -7
  73. package/dist-esm/StorageHelperFuncs.js.map +1 -1
  74. package/dist-esm/Telemetry/Common/Data.js +3 -3
  75. package/dist-esm/Telemetry/Common/Data.js.map +1 -1
  76. package/dist-esm/Telemetry/Common/DataPoint.js +9 -9
  77. package/dist-esm/Telemetry/Common/DataPoint.js.map +1 -1
  78. package/dist-esm/Telemetry/Common/DataSanitizer.js +26 -26
  79. package/dist-esm/Telemetry/Common/DataSanitizer.js.map +1 -1
  80. package/dist-esm/Telemetry/Common/Envelope.js +7 -7
  81. package/dist-esm/Telemetry/Common/Envelope.js.map +1 -1
  82. package/dist-esm/Telemetry/Event.js +5 -5
  83. package/dist-esm/Telemetry/Event.js.map +1 -1
  84. package/dist-esm/Telemetry/Exception.js +18 -18
  85. package/dist-esm/Telemetry/Exception.js.map +1 -1
  86. package/dist-esm/Telemetry/Metric.js +4 -4
  87. package/dist-esm/Telemetry/Metric.js.map +1 -1
  88. package/dist-esm/Telemetry/PageView.js +8 -8
  89. package/dist-esm/Telemetry/PageView.js.map +1 -1
  90. package/dist-esm/Telemetry/PageViewPerformance.js +12 -12
  91. package/dist-esm/Telemetry/PageViewPerformance.js.map +1 -1
  92. package/dist-esm/Telemetry/RemoteDependencyData.js +22 -22
  93. package/dist-esm/Telemetry/RemoteDependencyData.js.map +1 -1
  94. package/dist-esm/Telemetry/Trace.js +5 -5
  95. package/dist-esm/Telemetry/Trace.js.map +1 -1
  96. package/dist-esm/TelemetryItemCreator.js +1 -1
  97. package/dist-esm/UrlHelperFuncs.js +1 -1
  98. package/dist-esm/Util.js +2 -2
  99. package/dist-esm/Util.js.map +1 -1
  100. package/dist-esm/W3cTraceParent.js +1 -1
  101. package/dist-esm/applicationinsights-common.js +1 -1
  102. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights Common JavaScript Library, 2.8.4-nightly.2205-08
2
+ * Microsoft Application Insights Common JavaScript Library, 2.8.4-nightly.2205-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/dist-esm/Enums.js CHANGED
@@ -1,17 +1,17 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
6
6
 
7
7
  import { createEnumStyle } from "@microsoft/applicationinsights-core-js";
8
8
  export var StorageType = createEnumStyle({
9
- LocalStorage: 0 /* LocalStorage */,
10
- SessionStorage: 1 /* SessionStorage */
9
+ LocalStorage: 0 /* eStorageType.LocalStorage */,
10
+ SessionStorage: 1 /* eStorageType.SessionStorage */
11
11
  });
12
12
  export var DistributedTracingModes = createEnumStyle({
13
- AI: 0 /* AI */,
14
- AI_AND_W3C: 1 /* AI_AND_W3C */,
15
- W3C: 2 /* W3C */
13
+ AI: 0 /* eDistributedTracingModes.AI */,
14
+ AI_AND_W3C: 1 /* eDistributedTracingModes.AI_AND_W3C */,
15
+ W3C: 2 /* eDistributedTracingModes.W3C */
16
16
  });
17
17
  //# sourceMappingURL=Enums.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Enums.js.map","sources":["Enums.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { createEnumStyle } from \"@microsoft/applicationinsights-core-js\";\r\nexport var StorageType = createEnumStyle({\r\n LocalStorage: 0 /* LocalStorage */,\r\n SessionStorage: 1 /* SessionStorage */\r\n});\r\nexport var DistributedTracingModes = createEnumStyle({\r\n AI: 0 /* AI */,\r\n AI_AND_W3C: 1 /* AI_AND_W3C */,\r\n W3C: 2 /* W3C */\r\n});\r\n//# sourceMappingURL=Enums.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
1
+ {"version":3,"file":"Enums.js.map","sources":["Enums.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { createEnumStyle } from \"@microsoft/applicationinsights-core-js\";\r\nexport var StorageType = createEnumStyle({\r\n LocalStorage: 0 /* eStorageType.LocalStorage */,\r\n SessionStorage: 1 /* eStorageType.SessionStorage */\r\n});\r\nexport var DistributedTracingModes = createEnumStyle({\r\n AI: 0 /* eDistributedTracingModes.AI */,\r\n AI_AND_W3C: 1 /* eDistributedTracingModes.AI_AND_W3C */,\r\n W3C: 2 /* eDistributedTracingModes.W3C */\r\n});\r\n//# sourceMappingURL=Enums.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -9,10 +9,10 @@ import { createEnumStyle } from "@microsoft/applicationinsights-core-js";
9
9
  * Defines the level of severity for the event.
10
10
  */
11
11
  export var SeverityLevel = createEnumStyle({
12
- Verbose: 0 /* Verbose */,
13
- Information: 1 /* Information */,
14
- Warning: 2 /* Warning */,
15
- Error: 3 /* Error */,
16
- Critical: 4 /* Critical */
12
+ Verbose: 0 /* eSeverityLevel.Verbose */,
13
+ Information: 1 /* eSeverityLevel.Information */,
14
+ Warning: 2 /* eSeverityLevel.Warning */,
15
+ Error: 3 /* eSeverityLevel.Error */,
16
+ Critical: 4 /* eSeverityLevel.Critical */
17
17
  });
18
18
  //# sourceMappingURL=SeverityLevel.js.map
@@ -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 \"@microsoft/applicationinsights-core-js\";\r\n/**\r\n * Defines the level of severity for the event.\r\n */\r\nexport var SeverityLevel = createEnumStyle({\r\n Verbose: 0 /* Verbose */,\r\n Information: 1 /* Information */,\r\n Warning: 2 /* Warning */,\r\n Error: 3 /* Error */,\r\n Critical: 4 /* 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 \"@microsoft/applicationinsights-core-js\";\r\n/**\r\n * Defines the level of severity for the event.\r\n */\r\nexport var SeverityLevel = 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 - Common, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  import { ContextTagKeys } from "./Contracts/ContextTagKeys";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
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.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,19 +1,19 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
6
6
 
7
7
  import { createValueMap } from "@microsoft/applicationinsights-core-js";
8
8
  export var RequestHeaders = createValueMap({
9
- requestContextHeader: [0 /* requestContextHeader */, "Request-Context"],
10
- requestContextTargetKey: [1 /* requestContextTargetKey */, "appId"],
11
- requestContextAppIdFormat: [2 /* requestContextAppIdFormat */, "appId=cid-v1:"],
12
- requestIdHeader: [3 /* requestIdHeader */, "Request-Id"],
13
- traceParentHeader: [4 /* traceParentHeader */, "traceparent"],
14
- traceStateHeader: [5 /* traceStateHeader */, "tracestate"],
15
- sdkContextHeader: [6 /* sdkContextHeader */, "Sdk-Context"],
16
- sdkContextHeaderAppIdRequest: [7 /* sdkContextHeaderAppIdRequest */, "appId"],
17
- requestContextHeaderLowerCase: [8 /* requestContextHeaderLowerCase */, "request-context"]
9
+ requestContextHeader: [0 /* eRequestHeaders.requestContextHeader */, "Request-Context"],
10
+ requestContextTargetKey: [1 /* eRequestHeaders.requestContextTargetKey */, "appId"],
11
+ requestContextAppIdFormat: [2 /* eRequestHeaders.requestContextAppIdFormat */, "appId=cid-v1:"],
12
+ requestIdHeader: [3 /* eRequestHeaders.requestIdHeader */, "Request-Id"],
13
+ traceParentHeader: [4 /* eRequestHeaders.traceParentHeader */, "traceparent"],
14
+ traceStateHeader: [5 /* eRequestHeaders.traceStateHeader */, "tracestate"],
15
+ sdkContextHeader: [6 /* eRequestHeaders.sdkContextHeader */, "Sdk-Context"],
16
+ sdkContextHeaderAppIdRequest: [7 /* eRequestHeaders.sdkContextHeaderAppIdRequest */, "appId"],
17
+ requestContextHeaderLowerCase: [8 /* eRequestHeaders.requestContextHeaderLowerCase */, "request-context"]
18
18
  });
19
19
  //# sourceMappingURL=RequestResponseHeaders.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"RequestResponseHeaders.js.map","sources":["RequestResponseHeaders.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { createValueMap } from \"@microsoft/applicationinsights-core-js\";\r\nexport var RequestHeaders = createValueMap({\r\n requestContextHeader: [0 /* requestContextHeader */, \"Request-Context\"],\r\n requestContextTargetKey: [1 /* requestContextTargetKey */, \"appId\"],\r\n requestContextAppIdFormat: [2 /* requestContextAppIdFormat */, \"appId=cid-v1:\"],\r\n requestIdHeader: [3 /* requestIdHeader */, \"Request-Id\"],\r\n traceParentHeader: [4 /* traceParentHeader */, \"traceparent\"],\r\n traceStateHeader: [5 /* traceStateHeader */, \"tracestate\"],\r\n sdkContextHeader: [6 /* sdkContextHeader */, \"Sdk-Context\"],\r\n sdkContextHeaderAppIdRequest: [7 /* sdkContextHeaderAppIdRequest */, \"appId\"],\r\n requestContextHeaderLowerCase: [8 /* requestContextHeaderLowerCase */, \"request-context\"]\r\n});\r\n//# sourceMappingURL=RequestResponseHeaders.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
1
+ {"version":3,"file":"RequestResponseHeaders.js.map","sources":["RequestResponseHeaders.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { createValueMap } from \"@microsoft/applicationinsights-core-js\";\r\nexport var RequestHeaders = createValueMap({\r\n requestContextHeader: [0 /* eRequestHeaders.requestContextHeader */, \"Request-Context\"],\r\n requestContextTargetKey: [1 /* eRequestHeaders.requestContextTargetKey */, \"appId\"],\r\n requestContextAppIdFormat: [2 /* eRequestHeaders.requestContextAppIdFormat */, \"appId=cid-v1:\"],\r\n requestIdHeader: [3 /* eRequestHeaders.requestIdHeader */, \"Request-Id\"],\r\n traceParentHeader: [4 /* eRequestHeaders.traceParentHeader */, \"traceparent\"],\r\n traceStateHeader: [5 /* eRequestHeaders.traceStateHeader */, \"tracestate\"],\r\n sdkContextHeader: [6 /* eRequestHeaders.sdkContextHeader */, \"Sdk-Context\"],\r\n sdkContextHeaderAppIdRequest: [7 /* eRequestHeaders.sdkContextHeaderAppIdRequest */, \"appId\"],\r\n requestContextHeaderLowerCase: [8 /* eRequestHeaders.requestContextHeaderLowerCase */, \"request-context\"]\r\n});\r\n//# sourceMappingURL=RequestResponseHeaders.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 - Common, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Common, 2.8.4-nightly.2205-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -86,7 +86,7 @@ export function utlGetLocalStorage(logger, name) {
86
86
  }
87
87
  catch (e) {
88
88
  _canUseLocalStorage = false;
89
- _throwInternal(logger, 2 /* WARNING */, 1 /* BrowserCannotReadLocalStorage */, "Browser failed read of local storage. " + getExceptionName(e), { exception: dumpObj(e) });
89
+ _throwInternal(logger, 2 /* eLoggingSeverity.WARNING */, 1 /* _eInternalMessageId.BrowserCannotReadLocalStorage */, "Browser failed read of local storage. " + getExceptionName(e), { exception: dumpObj(e) });
90
90
  }
91
91
  }
92
92
  return null;
@@ -100,7 +100,7 @@ export function utlSetLocalStorage(logger, name, data) {
100
100
  }
101
101
  catch (e) {
102
102
  _canUseLocalStorage = false;
103
- _throwInternal(logger, 2 /* WARNING */, 3 /* BrowserCannotWriteLocalStorage */, "Browser failed write to local storage. " + getExceptionName(e), { exception: dumpObj(e) });
103
+ _throwInternal(logger, 2 /* eLoggingSeverity.WARNING */, 3 /* _eInternalMessageId.BrowserCannotWriteLocalStorage */, "Browser failed write to local storage. " + getExceptionName(e), { exception: dumpObj(e) });
104
104
  }
105
105
  }
106
106
  return false;
@@ -114,7 +114,7 @@ export function utlRemoveStorage(logger, name) {
114
114
  }
115
115
  catch (e) {
116
116
  _canUseLocalStorage = false;
117
- _throwInternal(logger, 2 /* WARNING */, 5 /* BrowserFailedRemovalFromLocalStorage */, "Browser failed removal of local storage item. " + getExceptionName(e), { exception: dumpObj(e) });
117
+ _throwInternal(logger, 2 /* eLoggingSeverity.WARNING */, 5 /* _eInternalMessageId.BrowserFailedRemovalFromLocalStorage */, "Browser failed removal of local storage item. " + getExceptionName(e), { exception: dumpObj(e) });
118
118
  }
119
119
  }
120
120
  return false;
@@ -142,7 +142,7 @@ export function utlGetSessionStorage(logger, name) {
142
142
  }
143
143
  catch (e) {
144
144
  _canUseSessionStorage = false;
145
- _throwInternal(logger, 2 /* WARNING */, 2 /* BrowserCannotReadSessionStorage */, "Browser failed read of session storage. " + getExceptionName(e), { exception: dumpObj(e) });
145
+ _throwInternal(logger, 2 /* eLoggingSeverity.WARNING */, 2 /* _eInternalMessageId.BrowserCannotReadSessionStorage */, "Browser failed read of session storage. " + getExceptionName(e), { exception: dumpObj(e) });
146
146
  }
147
147
  }
148
148
  return null;
@@ -156,7 +156,7 @@ export function utlSetSessionStorage(logger, name, data) {
156
156
  }
157
157
  catch (e) {
158
158
  _canUseSessionStorage = false;
159
- _throwInternal(logger, 2 /* WARNING */, 4 /* BrowserCannotWriteSessionStorage */, "Browser failed write to session storage. " + getExceptionName(e), { exception: dumpObj(e) });
159
+ _throwInternal(logger, 2 /* eLoggingSeverity.WARNING */, 4 /* _eInternalMessageId.BrowserCannotWriteSessionStorage */, "Browser failed write to session storage. " + getExceptionName(e), { exception: dumpObj(e) });
160
160
  }
161
161
  }
162
162
  return false;
@@ -170,7 +170,7 @@ export function utlRemoveSessionStorage(logger, name) {
170
170
  }
171
171
  catch (e) {
172
172
  _canUseSessionStorage = false;
173
- _throwInternal(logger, 2 /* WARNING */, 6 /* BrowserFailedRemovalFromSessionStorage */, "Browser failed removal of session storage item. " + getExceptionName(e), { exception: dumpObj(e) });
173
+ _throwInternal(logger, 2 /* eLoggingSeverity.WARNING */, 6 /* _eInternalMessageId.BrowserFailedRemovalFromSessionStorage */, "Browser failed removal of session storage item. " + getExceptionName(e), { exception: dumpObj(e) });
174
174
  }
175
175
  }
176
176
  return false;