@microsoft/applicationinsights-core-js 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 (74) hide show
  1. package/browser/applicationinsights-core-js.integrity.json +9 -9
  2. package/browser/applicationinsights-core-js.js +2 -2
  3. package/browser/applicationinsights-core-js.js.map +1 -1
  4. package/browser/applicationinsights-core-js.min.js +2 -2
  5. package/browser/applicationinsights-core-js.min.js.map +1 -1
  6. package/dist/applicationinsights-core-js.d.ts +1 -1
  7. package/dist/applicationinsights-core-js.js +2 -2
  8. package/dist/applicationinsights-core-js.js.map +1 -1
  9. package/dist/applicationinsights-core-js.min.js +2 -2
  10. package/dist/applicationinsights-core-js.min.js.map +1 -1
  11. package/dist/applicationinsights-core-js.rollup.d.ts +1 -1
  12. package/dist-esm/JavaScriptSDK/AppInsightsCore.js +2 -2
  13. package/dist-esm/JavaScriptSDK/AppInsightsCore.js.map +1 -1
  14. package/dist-esm/JavaScriptSDK/BaseCore.js +11 -11
  15. package/dist-esm/JavaScriptSDK/BaseCore.js.map +1 -1
  16. package/dist-esm/JavaScriptSDK/BaseTelemetryPlugin.js +3 -3
  17. package/dist-esm/JavaScriptSDK/BaseTelemetryPlugin.js.map +1 -1
  18. package/dist-esm/JavaScriptSDK/ChannelController.js +3 -3
  19. package/dist-esm/JavaScriptSDK/ChannelController.js.map +1 -1
  20. package/dist-esm/JavaScriptSDK/Constants.js +1 -1
  21. package/dist-esm/JavaScriptSDK/CookieMgr.js +2 -2
  22. package/dist-esm/JavaScriptSDK/CookieMgr.js.map +1 -1
  23. package/dist-esm/JavaScriptSDK/CoreUtils.js +1 -1
  24. package/dist-esm/JavaScriptSDK/DataCacheHelper.js +2 -2
  25. package/dist-esm/JavaScriptSDK/DataCacheHelper.js.map +1 -1
  26. package/dist-esm/JavaScriptSDK/DbgExtensionUtils.js +1 -1
  27. package/dist-esm/JavaScriptSDK/DiagnosticLogger.js +6 -6
  28. package/dist-esm/JavaScriptSDK/DiagnosticLogger.js.map +1 -1
  29. package/dist-esm/JavaScriptSDK/EnvUtils.js +1 -1
  30. package/dist-esm/JavaScriptSDK/EventHelpers.js +1 -1
  31. package/dist-esm/JavaScriptSDK/HelperFuncs.js +1 -1
  32. package/dist-esm/JavaScriptSDK/InstrumentHooks.js +6 -6
  33. package/dist-esm/JavaScriptSDK/InstrumentHooks.js.map +1 -1
  34. package/dist-esm/JavaScriptSDK/InternalConstants.js +1 -1
  35. package/dist-esm/JavaScriptSDK/NotificationManager.js +1 -1
  36. package/dist-esm/JavaScriptSDK/PerfManager.js +1 -1
  37. package/dist-esm/JavaScriptSDK/ProcessTelemetryContext.js +6 -6
  38. package/dist-esm/JavaScriptSDK/ProcessTelemetryContext.js.map +1 -1
  39. package/dist-esm/JavaScriptSDK/RandomHelper.js +1 -1
  40. package/dist-esm/JavaScriptSDK/TelemetryHelpers.js +1 -1
  41. package/dist-esm/JavaScriptSDK/TelemetryInitializerPlugin.js +2 -2
  42. package/dist-esm/JavaScriptSDK/TelemetryInitializerPlugin.js.map +1 -1
  43. package/dist-esm/JavaScriptSDK/UnloadHandlerContainer.js +2 -2
  44. package/dist-esm/JavaScriptSDK/UnloadHandlerContainer.js.map +1 -1
  45. package/dist-esm/JavaScriptSDK.Enums/EnumHelperFuncs.js +1 -1
  46. package/dist-esm/JavaScriptSDK.Enums/EventsDiscardedReason.js +7 -7
  47. package/dist-esm/JavaScriptSDK.Enums/EventsDiscardedReason.js.map +1 -1
  48. package/dist-esm/JavaScriptSDK.Enums/LoggingEnums.js +86 -86
  49. package/dist-esm/JavaScriptSDK.Enums/LoggingEnums.js.map +1 -1
  50. package/dist-esm/JavaScriptSDK.Enums/SendRequestReason.js +1 -1
  51. package/dist-esm/JavaScriptSDK.Enums/TelemetryUnloadReason.js +1 -1
  52. package/dist-esm/JavaScriptSDK.Enums/TelemetryUpdateReason.js +1 -1
  53. package/dist-esm/JavaScriptSDK.Interfaces/IAppInsightsCore.js +1 -1
  54. package/dist-esm/JavaScriptSDK.Interfaces/IChannelControls.js +1 -1
  55. package/dist-esm/JavaScriptSDK.Interfaces/IConfiguration.js +1 -1
  56. package/dist-esm/JavaScriptSDK.Interfaces/ICookieMgr.js +1 -1
  57. package/dist-esm/JavaScriptSDK.Interfaces/IDbgExtension.js +1 -1
  58. package/dist-esm/JavaScriptSDK.Interfaces/IDiagnosticLogger.js +1 -1
  59. package/dist-esm/JavaScriptSDK.Interfaces/IInstrumentHooks.js +1 -1
  60. package/dist-esm/JavaScriptSDK.Interfaces/INotificationListener.js +1 -1
  61. package/dist-esm/JavaScriptSDK.Interfaces/INotificationManager.js +1 -1
  62. package/dist-esm/JavaScriptSDK.Interfaces/IPerfEvent.js +1 -1
  63. package/dist-esm/JavaScriptSDK.Interfaces/IPerfManager.js +1 -1
  64. package/dist-esm/JavaScriptSDK.Interfaces/IProcessTelemetryContext.js +1 -1
  65. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryInitializers.js +1 -1
  66. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryItem.js +1 -1
  67. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryPlugin.js +1 -1
  68. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryPluginChain.js +1 -1
  69. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryUnloadState.js +1 -1
  70. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryUpdateState.js +1 -1
  71. package/dist-esm/JavaScriptSDK.Interfaces/IUnloadableComponent.js +1 -1
  72. package/dist-esm/applicationinsights-core-js.js +1 -1
  73. package/package.json +1 -1
  74. package/src/JavaScriptSDK/DataCacheHelper.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  //
@@ -55,7 +55,7 @@ var TelemetryInitializerPlugin = /** @class */ (function (_super) {
55
55
  catch (e) {
56
56
  // log error but dont stop executing rest of the telemetry initializers
57
57
  // doNotSendItem = true;
58
- _throwInternal(itemCtx.diagLog(), 1 /* CRITICAL */, 64 /* TelemetryInitializerFailed */, "One of telemetry initializers failed, telemetry item will not be sent: " + getExceptionName(e), { exception: dumpObj(e) }, true);
58
+ _throwInternal(itemCtx.diagLog(), 1 /* eLoggingSeverity.CRITICAL */, 64 /* _eInternalMessageId.TelemetryInitializerFailed */, "One of telemetry initializers failed, telemetry item will not be sent: " + getExceptionName(e), { exception: dumpObj(e) }, true);
59
59
  }
60
60
  }
61
61
  }
@@ -1 +1 @@
1
- {"version":3,"file":"TelemetryInitializerPlugin.js.map","sources":["TelemetryInitializerPlugin.js"],"sourcesContent":["// // Copyright (c) Microsoft Corporation. All rights reserved.\r\n// // Licensed under the MIT License.\r\nimport { __extends } from \"tslib\";\r\nimport dynamicProto from \"@microsoft/dynamicproto-js\";\r\nimport { BaseTelemetryPlugin } from \"./BaseTelemetryPlugin\";\r\nimport { _throwInternal } from \"./DiagnosticLogger\";\r\nimport { dumpObj } from \"./EnvUtils\";\r\nimport { arrForEach, getExceptionName } from \"./HelperFuncs\";\r\nimport { strDoTeardown } from \"./InternalConstants\";\r\nvar TelemetryInitializerPlugin = /** @class */ (function (_super) {\r\n __extends(TelemetryInitializerPlugin, _super);\r\n function TelemetryInitializerPlugin() {\r\n var _this = _super.call(this) || this;\r\n _this.identifier = \"TelemetryInitializerPlugin\";\r\n _this.priority = 199;\r\n // NOTE!: DON'T set default values here, instead set them in the _initDefaults() function as it is also called during teardown()\r\n var _id;\r\n var _initializers;\r\n _initDefaults();\r\n dynamicProto(TelemetryInitializerPlugin, _this, function (_self, _base) {\r\n _self.addTelemetryInitializer = function (telemetryInitializer) {\r\n var theInitializer = {\r\n id: _id++,\r\n fn: telemetryInitializer\r\n };\r\n _initializers.push(theInitializer);\r\n var handler = {\r\n remove: function () {\r\n arrForEach(_initializers, function (initializer, idx) {\r\n if (initializer.id === theInitializer.id) {\r\n _initializers.splice(idx, 1);\r\n return -1;\r\n }\r\n });\r\n }\r\n };\r\n return handler;\r\n };\r\n _self.processTelemetry = function (item, itemCtx) {\r\n var doNotSendItem = false;\r\n var telemetryInitializersCount = _initializers.length;\r\n for (var i = 0; i < telemetryInitializersCount; ++i) {\r\n var telemetryInitializer = _initializers[i];\r\n if (telemetryInitializer) {\r\n try {\r\n if (telemetryInitializer.fn.apply(null, [item]) === false) {\r\n doNotSendItem = true;\r\n break;\r\n }\r\n }\r\n catch (e) {\r\n // log error but dont stop executing rest of the telemetry initializers\r\n // doNotSendItem = true;\r\n _throwInternal(itemCtx.diagLog(), 1 /* CRITICAL */, 64 /* TelemetryInitializerFailed */, \"One of telemetry initializers failed, telemetry item will not be sent: \" + getExceptionName(e), { exception: dumpObj(e) }, true);\r\n }\r\n }\r\n }\r\n if (!doNotSendItem) {\r\n _self.processNext(item, itemCtx);\r\n }\r\n };\r\n _self[strDoTeardown] = function () {\r\n _initDefaults();\r\n };\r\n });\r\n function _initDefaults() {\r\n _id = 0;\r\n _initializers = [];\r\n }\r\n return _this;\r\n }\r\n /**\r\n * Add a telemetry processor to decorate or drop telemetry events.\r\n * @param telemetryInitializer - The Telemetry Initializer function\r\n * @returns - A ITelemetryInitializerHandler to enable the initializer to be removed\r\n */\r\n TelemetryInitializerPlugin.prototype.addTelemetryInitializer = function (telemetryInitializer) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n return null;\r\n };\r\n TelemetryInitializerPlugin.prototype.processTelemetry = function (env, itemCtx) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n };\r\n return TelemetryInitializerPlugin;\r\n}(BaseTelemetryPlugin));\r\nexport { TelemetryInitializerPlugin };\r\n//# sourceMappingURL=TelemetryInitializerPlugin.js.map"],"names":[],"mappings":";;;;AAAA,GAA+D;AAC/D,GAAqC;AACrC,gFAAkC;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;0EAWM;AACN;AACA;AACA;AACA"}
1
+ {"version":3,"file":"TelemetryInitializerPlugin.js.map","sources":["TelemetryInitializerPlugin.js"],"sourcesContent":["// // Copyright (c) Microsoft Corporation. All rights reserved.\r\n// // Licensed under the MIT License.\r\nimport { __extends } from \"tslib\";\r\nimport dynamicProto from \"@microsoft/dynamicproto-js\";\r\nimport { BaseTelemetryPlugin } from \"./BaseTelemetryPlugin\";\r\nimport { _throwInternal } from \"./DiagnosticLogger\";\r\nimport { dumpObj } from \"./EnvUtils\";\r\nimport { arrForEach, getExceptionName } from \"./HelperFuncs\";\r\nimport { strDoTeardown } from \"./InternalConstants\";\r\nvar TelemetryInitializerPlugin = /** @class */ (function (_super) {\r\n __extends(TelemetryInitializerPlugin, _super);\r\n function TelemetryInitializerPlugin() {\r\n var _this = _super.call(this) || this;\r\n _this.identifier = \"TelemetryInitializerPlugin\";\r\n _this.priority = 199;\r\n // NOTE!: DON'T set default values here, instead set them in the _initDefaults() function as it is also called during teardown()\r\n var _id;\r\n var _initializers;\r\n _initDefaults();\r\n dynamicProto(TelemetryInitializerPlugin, _this, function (_self, _base) {\r\n _self.addTelemetryInitializer = function (telemetryInitializer) {\r\n var theInitializer = {\r\n id: _id++,\r\n fn: telemetryInitializer\r\n };\r\n _initializers.push(theInitializer);\r\n var handler = {\r\n remove: function () {\r\n arrForEach(_initializers, function (initializer, idx) {\r\n if (initializer.id === theInitializer.id) {\r\n _initializers.splice(idx, 1);\r\n return -1;\r\n }\r\n });\r\n }\r\n };\r\n return handler;\r\n };\r\n _self.processTelemetry = function (item, itemCtx) {\r\n var doNotSendItem = false;\r\n var telemetryInitializersCount = _initializers.length;\r\n for (var i = 0; i < telemetryInitializersCount; ++i) {\r\n var telemetryInitializer = _initializers[i];\r\n if (telemetryInitializer) {\r\n try {\r\n if (telemetryInitializer.fn.apply(null, [item]) === false) {\r\n doNotSendItem = true;\r\n break;\r\n }\r\n }\r\n catch (e) {\r\n // log error but dont stop executing rest of the telemetry initializers\r\n // doNotSendItem = true;\r\n _throwInternal(itemCtx.diagLog(), 1 /* eLoggingSeverity.CRITICAL */, 64 /* _eInternalMessageId.TelemetryInitializerFailed */, \"One of telemetry initializers failed, telemetry item will not be sent: \" + getExceptionName(e), { exception: dumpObj(e) }, true);\r\n }\r\n }\r\n }\r\n if (!doNotSendItem) {\r\n _self.processNext(item, itemCtx);\r\n }\r\n };\r\n _self[strDoTeardown] = function () {\r\n _initDefaults();\r\n };\r\n });\r\n function _initDefaults() {\r\n _id = 0;\r\n _initializers = [];\r\n }\r\n return _this;\r\n }\r\n /**\r\n * Add a telemetry processor to decorate or drop telemetry events.\r\n * @param telemetryInitializer - The Telemetry Initializer function\r\n * @returns - A ITelemetryInitializerHandler to enable the initializer to be removed\r\n */\r\n TelemetryInitializerPlugin.prototype.addTelemetryInitializer = function (telemetryInitializer) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n return null;\r\n };\r\n TelemetryInitializerPlugin.prototype.processTelemetry = function (env, itemCtx) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n };\r\n return TelemetryInitializerPlugin;\r\n}(BaseTelemetryPlugin));\r\nexport { TelemetryInitializerPlugin };\r\n//# sourceMappingURL=TelemetryInitializerPlugin.js.map"],"names":[],"mappings":";;;;AAAA,GAA+D;AAC/D,GAAqC;AACrC,gFAAkC;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;0EAWM;AACN;AACA;AACA;AACA"}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -20,7 +20,7 @@ export function createUnloadHandlerContainer() {
20
20
  handler(unloadCtx, unloadState);
21
21
  }
22
22
  catch (e) {
23
- _throwInternal(unloadCtx.diagLog(), 2 /* WARNING */, 73 /* PluginException */, "Unexpected error calling unload handler - " + dumpObj(e));
23
+ _throwInternal(unloadCtx.diagLog(), 2 /* eLoggingSeverity.WARNING */, 73 /* _eInternalMessageId.PluginException */, "Unexpected error calling unload handler - " + dumpObj(e));
24
24
  }
25
25
  });
26
26
  handlers = [];
@@ -1 +1 @@
1
- {"version":3,"file":"UnloadHandlerContainer.js.map","sources":["UnloadHandlerContainer.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { _throwInternal } from \"./DiagnosticLogger\";\r\nimport { dumpObj } from \"./EnvUtils\";\r\nimport { arrForEach } from \"./HelperFuncs\";\r\nexport function createUnloadHandlerContainer() {\r\n var handlers = [];\r\n function _addHandler(handler) {\r\n if (handler) {\r\n handlers.push(handler);\r\n }\r\n }\r\n function _runHandlers(unloadCtx, unloadState) {\r\n arrForEach(handlers, function (handler) {\r\n try {\r\n handler(unloadCtx, unloadState);\r\n }\r\n catch (e) {\r\n _throwInternal(unloadCtx.diagLog(), 2 /* WARNING */, 73 /* PluginException */, \"Unexpected error calling unload handler - \" + dumpObj(e));\r\n }\r\n });\r\n handlers = [];\r\n }\r\n return {\r\n add: _addHandler,\r\n run: _runHandlers\r\n };\r\n}\r\n//# sourceMappingURL=UnloadHandlerContainer.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;AACA;AACA;AACA;AACA"}
1
+ {"version":3,"file":"UnloadHandlerContainer.js.map","sources":["UnloadHandlerContainer.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { _throwInternal } from \"./DiagnosticLogger\";\r\nimport { dumpObj } from \"./EnvUtils\";\r\nimport { arrForEach } from \"./HelperFuncs\";\r\nexport function createUnloadHandlerContainer() {\r\n var handlers = [];\r\n function _addHandler(handler) {\r\n if (handler) {\r\n handlers.push(handler);\r\n }\r\n }\r\n function _runHandlers(unloadCtx, unloadState) {\r\n arrForEach(handlers, function (handler) {\r\n try {\r\n handler(unloadCtx, unloadState);\r\n }\r\n catch (e) {\r\n _throwInternal(unloadCtx.diagLog(), 2 /* eLoggingSeverity.WARNING */, 73 /* _eInternalMessageId.PluginException */, \"Unexpected error calling unload handler - \" + dumpObj(e));\r\n }\r\n });\r\n handlers = [];\r\n }\r\n return {\r\n add: _addHandler,\r\n run: _runHandlers\r\n };\r\n}\r\n//# sourceMappingURL=UnloadHandlerContainer.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;AACA;AACA;AACA;AACA"}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -12,26 +12,26 @@ export var EventsDiscardedReason = createEnumStyle({
12
12
  /**
13
13
  * Unknown.
14
14
  */
15
- Unknown: 0 /* Unknown */,
15
+ Unknown: 0 /* eEventsDiscardedReason.Unknown */,
16
16
  /**
17
17
  * Status set to non-retryable.
18
18
  */
19
- NonRetryableStatus: 1 /* NonRetryableStatus */,
19
+ NonRetryableStatus: 1 /* eEventsDiscardedReason.NonRetryableStatus */,
20
20
  /**
21
21
  * The event is invalid.
22
22
  */
23
- InvalidEvent: 2 /* InvalidEvent */,
23
+ InvalidEvent: 2 /* eEventsDiscardedReason.InvalidEvent */,
24
24
  /**
25
25
  * The size of the event is too large.
26
26
  */
27
- SizeLimitExceeded: 3 /* SizeLimitExceeded */,
27
+ SizeLimitExceeded: 3 /* eEventsDiscardedReason.SizeLimitExceeded */,
28
28
  /**
29
29
  * The server is not accepting events from this instrumentation key.
30
30
  */
31
- KillSwitch: 4 /* KillSwitch */,
31
+ KillSwitch: 4 /* eEventsDiscardedReason.KillSwitch */,
32
32
  /**
33
33
  * The event queue is full.
34
34
  */
35
- QueueFull: 5 /* QueueFull */
35
+ QueueFull: 5 /* eEventsDiscardedReason.QueueFull */
36
36
  });
37
37
  //# sourceMappingURL=EventsDiscardedReason.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"EventsDiscardedReason.js.map","sources":["EventsDiscardedReason.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { createEnumStyle } from \"../JavaScriptSDK.Enums/EnumHelperFuncs\";\r\n/**\r\n * The EventsDiscardedReason enumeration contains a set of values that specify the reason for discarding an event.\r\n */\r\nexport var EventsDiscardedReason = createEnumStyle({\r\n /**\r\n * Unknown.\r\n */\r\n Unknown: 0 /* Unknown */,\r\n /**\r\n * Status set to non-retryable.\r\n */\r\n NonRetryableStatus: 1 /* NonRetryableStatus */,\r\n /**\r\n * The event is invalid.\r\n */\r\n InvalidEvent: 2 /* InvalidEvent */,\r\n /**\r\n * The size of the event is too large.\r\n */\r\n SizeLimitExceeded: 3 /* SizeLimitExceeded */,\r\n /**\r\n * The server is not accepting events from this instrumentation key.\r\n */\r\n KillSwitch: 4 /* KillSwitch */,\r\n /**\r\n * The event queue is full.\r\n */\r\n QueueFull: 5 /* QueueFull */\r\n});\r\n//# sourceMappingURL=EventsDiscardedReason.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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
1
+ {"version":3,"file":"EventsDiscardedReason.js.map","sources":["EventsDiscardedReason.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { createEnumStyle } from \"../JavaScriptSDK.Enums/EnumHelperFuncs\";\r\n/**\r\n * The EventsDiscardedReason enumeration contains a set of values that specify the reason for discarding an event.\r\n */\r\nexport var EventsDiscardedReason = createEnumStyle({\r\n /**\r\n * Unknown.\r\n */\r\n Unknown: 0 /* eEventsDiscardedReason.Unknown */,\r\n /**\r\n * Status set to non-retryable.\r\n */\r\n NonRetryableStatus: 1 /* eEventsDiscardedReason.NonRetryableStatus */,\r\n /**\r\n * The event is invalid.\r\n */\r\n InvalidEvent: 2 /* eEventsDiscardedReason.InvalidEvent */,\r\n /**\r\n * The size of the event is too large.\r\n */\r\n SizeLimitExceeded: 3 /* eEventsDiscardedReason.SizeLimitExceeded */,\r\n /**\r\n * The server is not accepting events from this instrumentation key.\r\n */\r\n KillSwitch: 4 /* eEventsDiscardedReason.KillSwitch */,\r\n /**\r\n * The event queue is full.\r\n */\r\n QueueFull: 5 /* eEventsDiscardedReason.QueueFull */\r\n});\r\n//# sourceMappingURL=EventsDiscardedReason.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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
@@ -1,102 +1,102 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 "../JavaScriptSDK.Enums/EnumHelperFuncs";
8
8
  export var LoggingSeverity = createEnumStyle({
9
- CRITICAL: 1 /* CRITICAL */,
10
- WARNING: 2 /* WARNING */
9
+ CRITICAL: 1 /* eLoggingSeverity.CRITICAL */,
10
+ WARNING: 2 /* eLoggingSeverity.WARNING */
11
11
  });
12
12
  /**
13
13
  * Internal message ID. Please create a new one for every conceptually different message. Please keep alphabetically ordered
14
14
  */
15
15
  export var _InternalMessageId = createEnumStyle({
16
16
  // Non user actionable
17
- BrowserDoesNotSupportLocalStorage: 0 /* BrowserDoesNotSupportLocalStorage */,
18
- BrowserCannotReadLocalStorage: 1 /* BrowserCannotReadLocalStorage */,
19
- BrowserCannotReadSessionStorage: 2 /* BrowserCannotReadSessionStorage */,
20
- BrowserCannotWriteLocalStorage: 3 /* BrowserCannotWriteLocalStorage */,
21
- BrowserCannotWriteSessionStorage: 4 /* BrowserCannotWriteSessionStorage */,
22
- BrowserFailedRemovalFromLocalStorage: 5 /* BrowserFailedRemovalFromLocalStorage */,
23
- BrowserFailedRemovalFromSessionStorage: 6 /* BrowserFailedRemovalFromSessionStorage */,
24
- CannotSendEmptyTelemetry: 7 /* CannotSendEmptyTelemetry */,
25
- ClientPerformanceMathError: 8 /* ClientPerformanceMathError */,
26
- ErrorParsingAISessionCookie: 9 /* ErrorParsingAISessionCookie */,
27
- ErrorPVCalc: 10 /* ErrorPVCalc */,
28
- ExceptionWhileLoggingError: 11 /* ExceptionWhileLoggingError */,
29
- FailedAddingTelemetryToBuffer: 12 /* FailedAddingTelemetryToBuffer */,
30
- FailedMonitorAjaxAbort: 13 /* FailedMonitorAjaxAbort */,
31
- FailedMonitorAjaxDur: 14 /* FailedMonitorAjaxDur */,
32
- FailedMonitorAjaxOpen: 15 /* FailedMonitorAjaxOpen */,
33
- FailedMonitorAjaxRSC: 16 /* FailedMonitorAjaxRSC */,
34
- FailedMonitorAjaxSend: 17 /* FailedMonitorAjaxSend */,
35
- FailedMonitorAjaxGetCorrelationHeader: 18 /* FailedMonitorAjaxGetCorrelationHeader */,
36
- FailedToAddHandlerForOnBeforeUnload: 19 /* FailedToAddHandlerForOnBeforeUnload */,
37
- FailedToSendQueuedTelemetry: 20 /* FailedToSendQueuedTelemetry */,
38
- FailedToReportDataLoss: 21 /* FailedToReportDataLoss */,
39
- FlushFailed: 22 /* FlushFailed */,
40
- MessageLimitPerPVExceeded: 23 /* MessageLimitPerPVExceeded */,
41
- MissingRequiredFieldSpecification: 24 /* MissingRequiredFieldSpecification */,
42
- NavigationTimingNotSupported: 25 /* NavigationTimingNotSupported */,
43
- OnError: 26 /* OnError */,
44
- SessionRenewalDateIsZero: 27 /* SessionRenewalDateIsZero */,
45
- SenderNotInitialized: 28 /* SenderNotInitialized */,
46
- StartTrackEventFailed: 29 /* StartTrackEventFailed */,
47
- StopTrackEventFailed: 30 /* StopTrackEventFailed */,
48
- StartTrackFailed: 31 /* StartTrackFailed */,
49
- StopTrackFailed: 32 /* StopTrackFailed */,
50
- TelemetrySampledAndNotSent: 33 /* TelemetrySampledAndNotSent */,
51
- TrackEventFailed: 34 /* TrackEventFailed */,
52
- TrackExceptionFailed: 35 /* TrackExceptionFailed */,
53
- TrackMetricFailed: 36 /* TrackMetricFailed */,
54
- TrackPVFailed: 37 /* TrackPVFailed */,
55
- TrackPVFailedCalc: 38 /* TrackPVFailedCalc */,
56
- TrackTraceFailed: 39 /* TrackTraceFailed */,
57
- TransmissionFailed: 40 /* TransmissionFailed */,
58
- FailedToSetStorageBuffer: 41 /* FailedToSetStorageBuffer */,
59
- FailedToRestoreStorageBuffer: 42 /* FailedToRestoreStorageBuffer */,
60
- InvalidBackendResponse: 43 /* InvalidBackendResponse */,
61
- FailedToFixDepricatedValues: 44 /* FailedToFixDepricatedValues */,
62
- InvalidDurationValue: 45 /* InvalidDurationValue */,
63
- TelemetryEnvelopeInvalid: 46 /* TelemetryEnvelopeInvalid */,
64
- CreateEnvelopeError: 47 /* CreateEnvelopeError */,
17
+ BrowserDoesNotSupportLocalStorage: 0 /* _eInternalMessageId.BrowserDoesNotSupportLocalStorage */,
18
+ BrowserCannotReadLocalStorage: 1 /* _eInternalMessageId.BrowserCannotReadLocalStorage */,
19
+ BrowserCannotReadSessionStorage: 2 /* _eInternalMessageId.BrowserCannotReadSessionStorage */,
20
+ BrowserCannotWriteLocalStorage: 3 /* _eInternalMessageId.BrowserCannotWriteLocalStorage */,
21
+ BrowserCannotWriteSessionStorage: 4 /* _eInternalMessageId.BrowserCannotWriteSessionStorage */,
22
+ BrowserFailedRemovalFromLocalStorage: 5 /* _eInternalMessageId.BrowserFailedRemovalFromLocalStorage */,
23
+ BrowserFailedRemovalFromSessionStorage: 6 /* _eInternalMessageId.BrowserFailedRemovalFromSessionStorage */,
24
+ CannotSendEmptyTelemetry: 7 /* _eInternalMessageId.CannotSendEmptyTelemetry */,
25
+ ClientPerformanceMathError: 8 /* _eInternalMessageId.ClientPerformanceMathError */,
26
+ ErrorParsingAISessionCookie: 9 /* _eInternalMessageId.ErrorParsingAISessionCookie */,
27
+ ErrorPVCalc: 10 /* _eInternalMessageId.ErrorPVCalc */,
28
+ ExceptionWhileLoggingError: 11 /* _eInternalMessageId.ExceptionWhileLoggingError */,
29
+ FailedAddingTelemetryToBuffer: 12 /* _eInternalMessageId.FailedAddingTelemetryToBuffer */,
30
+ FailedMonitorAjaxAbort: 13 /* _eInternalMessageId.FailedMonitorAjaxAbort */,
31
+ FailedMonitorAjaxDur: 14 /* _eInternalMessageId.FailedMonitorAjaxDur */,
32
+ FailedMonitorAjaxOpen: 15 /* _eInternalMessageId.FailedMonitorAjaxOpen */,
33
+ FailedMonitorAjaxRSC: 16 /* _eInternalMessageId.FailedMonitorAjaxRSC */,
34
+ FailedMonitorAjaxSend: 17 /* _eInternalMessageId.FailedMonitorAjaxSend */,
35
+ FailedMonitorAjaxGetCorrelationHeader: 18 /* _eInternalMessageId.FailedMonitorAjaxGetCorrelationHeader */,
36
+ FailedToAddHandlerForOnBeforeUnload: 19 /* _eInternalMessageId.FailedToAddHandlerForOnBeforeUnload */,
37
+ FailedToSendQueuedTelemetry: 20 /* _eInternalMessageId.FailedToSendQueuedTelemetry */,
38
+ FailedToReportDataLoss: 21 /* _eInternalMessageId.FailedToReportDataLoss */,
39
+ FlushFailed: 22 /* _eInternalMessageId.FlushFailed */,
40
+ MessageLimitPerPVExceeded: 23 /* _eInternalMessageId.MessageLimitPerPVExceeded */,
41
+ MissingRequiredFieldSpecification: 24 /* _eInternalMessageId.MissingRequiredFieldSpecification */,
42
+ NavigationTimingNotSupported: 25 /* _eInternalMessageId.NavigationTimingNotSupported */,
43
+ OnError: 26 /* _eInternalMessageId.OnError */,
44
+ SessionRenewalDateIsZero: 27 /* _eInternalMessageId.SessionRenewalDateIsZero */,
45
+ SenderNotInitialized: 28 /* _eInternalMessageId.SenderNotInitialized */,
46
+ StartTrackEventFailed: 29 /* _eInternalMessageId.StartTrackEventFailed */,
47
+ StopTrackEventFailed: 30 /* _eInternalMessageId.StopTrackEventFailed */,
48
+ StartTrackFailed: 31 /* _eInternalMessageId.StartTrackFailed */,
49
+ StopTrackFailed: 32 /* _eInternalMessageId.StopTrackFailed */,
50
+ TelemetrySampledAndNotSent: 33 /* _eInternalMessageId.TelemetrySampledAndNotSent */,
51
+ TrackEventFailed: 34 /* _eInternalMessageId.TrackEventFailed */,
52
+ TrackExceptionFailed: 35 /* _eInternalMessageId.TrackExceptionFailed */,
53
+ TrackMetricFailed: 36 /* _eInternalMessageId.TrackMetricFailed */,
54
+ TrackPVFailed: 37 /* _eInternalMessageId.TrackPVFailed */,
55
+ TrackPVFailedCalc: 38 /* _eInternalMessageId.TrackPVFailedCalc */,
56
+ TrackTraceFailed: 39 /* _eInternalMessageId.TrackTraceFailed */,
57
+ TransmissionFailed: 40 /* _eInternalMessageId.TransmissionFailed */,
58
+ FailedToSetStorageBuffer: 41 /* _eInternalMessageId.FailedToSetStorageBuffer */,
59
+ FailedToRestoreStorageBuffer: 42 /* _eInternalMessageId.FailedToRestoreStorageBuffer */,
60
+ InvalidBackendResponse: 43 /* _eInternalMessageId.InvalidBackendResponse */,
61
+ FailedToFixDepricatedValues: 44 /* _eInternalMessageId.FailedToFixDepricatedValues */,
62
+ InvalidDurationValue: 45 /* _eInternalMessageId.InvalidDurationValue */,
63
+ TelemetryEnvelopeInvalid: 46 /* _eInternalMessageId.TelemetryEnvelopeInvalid */,
64
+ CreateEnvelopeError: 47 /* _eInternalMessageId.CreateEnvelopeError */,
65
65
  // User actionable
66
- CannotSerializeObject: 48 /* CannotSerializeObject */,
67
- CannotSerializeObjectNonSerializable: 49 /* CannotSerializeObjectNonSerializable */,
68
- CircularReferenceDetected: 50 /* CircularReferenceDetected */,
69
- ClearAuthContextFailed: 51 /* ClearAuthContextFailed */,
70
- ExceptionTruncated: 52 /* ExceptionTruncated */,
71
- IllegalCharsInName: 53 /* IllegalCharsInName */,
72
- ItemNotInArray: 54 /* ItemNotInArray */,
73
- MaxAjaxPerPVExceeded: 55 /* MaxAjaxPerPVExceeded */,
74
- MessageTruncated: 56 /* MessageTruncated */,
75
- NameTooLong: 57 /* NameTooLong */,
76
- SampleRateOutOfRange: 58 /* SampleRateOutOfRange */,
77
- SetAuthContextFailed: 59 /* SetAuthContextFailed */,
78
- SetAuthContextFailedAccountName: 60 /* SetAuthContextFailedAccountName */,
79
- StringValueTooLong: 61 /* StringValueTooLong */,
80
- StartCalledMoreThanOnce: 62 /* StartCalledMoreThanOnce */,
81
- StopCalledWithoutStart: 63 /* StopCalledWithoutStart */,
82
- TelemetryInitializerFailed: 64 /* TelemetryInitializerFailed */,
83
- TrackArgumentsNotSpecified: 65 /* TrackArgumentsNotSpecified */,
84
- UrlTooLong: 66 /* UrlTooLong */,
85
- SessionStorageBufferFull: 67 /* SessionStorageBufferFull */,
86
- CannotAccessCookie: 68 /* CannotAccessCookie */,
87
- IdTooLong: 69 /* IdTooLong */,
88
- InvalidEvent: 70 /* InvalidEvent */,
89
- FailedMonitorAjaxSetRequestHeader: 71 /* FailedMonitorAjaxSetRequestHeader */,
90
- SendBrowserInfoOnUserInit: 72 /* SendBrowserInfoOnUserInit */,
91
- PluginException: 73 /* PluginException */,
92
- NotificationException: 74 /* NotificationException */,
93
- SnippetScriptLoadFailure: 99 /* SnippetScriptLoadFailure */,
94
- InvalidInstrumentationKey: 100 /* InvalidInstrumentationKey */,
95
- CannotParseAiBlobValue: 101 /* CannotParseAiBlobValue */,
96
- InvalidContentBlob: 102 /* InvalidContentBlob */,
97
- TrackPageActionEventFailed: 103 /* TrackPageActionEventFailed */,
98
- FailedAddingCustomDefinedRequestContext: 104 /* FailedAddingCustomDefinedRequestContext */,
99
- InMemoryStorageBufferFull: 105 /* InMemoryStorageBufferFull */,
100
- InstrumentationKeyDeprecation: 106 /* InstrumentationKeyDeprecation */
66
+ CannotSerializeObject: 48 /* _eInternalMessageId.CannotSerializeObject */,
67
+ CannotSerializeObjectNonSerializable: 49 /* _eInternalMessageId.CannotSerializeObjectNonSerializable */,
68
+ CircularReferenceDetected: 50 /* _eInternalMessageId.CircularReferenceDetected */,
69
+ ClearAuthContextFailed: 51 /* _eInternalMessageId.ClearAuthContextFailed */,
70
+ ExceptionTruncated: 52 /* _eInternalMessageId.ExceptionTruncated */,
71
+ IllegalCharsInName: 53 /* _eInternalMessageId.IllegalCharsInName */,
72
+ ItemNotInArray: 54 /* _eInternalMessageId.ItemNotInArray */,
73
+ MaxAjaxPerPVExceeded: 55 /* _eInternalMessageId.MaxAjaxPerPVExceeded */,
74
+ MessageTruncated: 56 /* _eInternalMessageId.MessageTruncated */,
75
+ NameTooLong: 57 /* _eInternalMessageId.NameTooLong */,
76
+ SampleRateOutOfRange: 58 /* _eInternalMessageId.SampleRateOutOfRange */,
77
+ SetAuthContextFailed: 59 /* _eInternalMessageId.SetAuthContextFailed */,
78
+ SetAuthContextFailedAccountName: 60 /* _eInternalMessageId.SetAuthContextFailedAccountName */,
79
+ StringValueTooLong: 61 /* _eInternalMessageId.StringValueTooLong */,
80
+ StartCalledMoreThanOnce: 62 /* _eInternalMessageId.StartCalledMoreThanOnce */,
81
+ StopCalledWithoutStart: 63 /* _eInternalMessageId.StopCalledWithoutStart */,
82
+ TelemetryInitializerFailed: 64 /* _eInternalMessageId.TelemetryInitializerFailed */,
83
+ TrackArgumentsNotSpecified: 65 /* _eInternalMessageId.TrackArgumentsNotSpecified */,
84
+ UrlTooLong: 66 /* _eInternalMessageId.UrlTooLong */,
85
+ SessionStorageBufferFull: 67 /* _eInternalMessageId.SessionStorageBufferFull */,
86
+ CannotAccessCookie: 68 /* _eInternalMessageId.CannotAccessCookie */,
87
+ IdTooLong: 69 /* _eInternalMessageId.IdTooLong */,
88
+ InvalidEvent: 70 /* _eInternalMessageId.InvalidEvent */,
89
+ FailedMonitorAjaxSetRequestHeader: 71 /* _eInternalMessageId.FailedMonitorAjaxSetRequestHeader */,
90
+ SendBrowserInfoOnUserInit: 72 /* _eInternalMessageId.SendBrowserInfoOnUserInit */,
91
+ PluginException: 73 /* _eInternalMessageId.PluginException */,
92
+ NotificationException: 74 /* _eInternalMessageId.NotificationException */,
93
+ SnippetScriptLoadFailure: 99 /* _eInternalMessageId.SnippetScriptLoadFailure */,
94
+ InvalidInstrumentationKey: 100 /* _eInternalMessageId.InvalidInstrumentationKey */,
95
+ CannotParseAiBlobValue: 101 /* _eInternalMessageId.CannotParseAiBlobValue */,
96
+ InvalidContentBlob: 102 /* _eInternalMessageId.InvalidContentBlob */,
97
+ TrackPageActionEventFailed: 103 /* _eInternalMessageId.TrackPageActionEventFailed */,
98
+ FailedAddingCustomDefinedRequestContext: 104 /* _eInternalMessageId.FailedAddingCustomDefinedRequestContext */,
99
+ InMemoryStorageBufferFull: 105 /* _eInternalMessageId.InMemoryStorageBufferFull */,
100
+ InstrumentationKeyDeprecation: 106 /* _eInternalMessageId.InstrumentationKeyDeprecation */
101
101
  });
102
102
  //# sourceMappingURL=LoggingEnums.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"LoggingEnums.js.map","sources":["LoggingEnums.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { createEnumStyle } from \"../JavaScriptSDK.Enums/EnumHelperFuncs\";\r\nexport var LoggingSeverity = createEnumStyle({\r\n CRITICAL: 1 /* CRITICAL */,\r\n WARNING: 2 /* WARNING */\r\n});\r\n/**\r\n * Internal message ID. Please create a new one for every conceptually different message. Please keep alphabetically ordered\r\n */\r\nexport var _InternalMessageId = createEnumStyle({\r\n // Non user actionable\r\n BrowserDoesNotSupportLocalStorage: 0 /* BrowserDoesNotSupportLocalStorage */,\r\n BrowserCannotReadLocalStorage: 1 /* BrowserCannotReadLocalStorage */,\r\n BrowserCannotReadSessionStorage: 2 /* BrowserCannotReadSessionStorage */,\r\n BrowserCannotWriteLocalStorage: 3 /* BrowserCannotWriteLocalStorage */,\r\n BrowserCannotWriteSessionStorage: 4 /* BrowserCannotWriteSessionStorage */,\r\n BrowserFailedRemovalFromLocalStorage: 5 /* BrowserFailedRemovalFromLocalStorage */,\r\n BrowserFailedRemovalFromSessionStorage: 6 /* BrowserFailedRemovalFromSessionStorage */,\r\n CannotSendEmptyTelemetry: 7 /* CannotSendEmptyTelemetry */,\r\n ClientPerformanceMathError: 8 /* ClientPerformanceMathError */,\r\n ErrorParsingAISessionCookie: 9 /* ErrorParsingAISessionCookie */,\r\n ErrorPVCalc: 10 /* ErrorPVCalc */,\r\n ExceptionWhileLoggingError: 11 /* ExceptionWhileLoggingError */,\r\n FailedAddingTelemetryToBuffer: 12 /* FailedAddingTelemetryToBuffer */,\r\n FailedMonitorAjaxAbort: 13 /* FailedMonitorAjaxAbort */,\r\n FailedMonitorAjaxDur: 14 /* FailedMonitorAjaxDur */,\r\n FailedMonitorAjaxOpen: 15 /* FailedMonitorAjaxOpen */,\r\n FailedMonitorAjaxRSC: 16 /* FailedMonitorAjaxRSC */,\r\n FailedMonitorAjaxSend: 17 /* FailedMonitorAjaxSend */,\r\n FailedMonitorAjaxGetCorrelationHeader: 18 /* FailedMonitorAjaxGetCorrelationHeader */,\r\n FailedToAddHandlerForOnBeforeUnload: 19 /* FailedToAddHandlerForOnBeforeUnload */,\r\n FailedToSendQueuedTelemetry: 20 /* FailedToSendQueuedTelemetry */,\r\n FailedToReportDataLoss: 21 /* FailedToReportDataLoss */,\r\n FlushFailed: 22 /* FlushFailed */,\r\n MessageLimitPerPVExceeded: 23 /* MessageLimitPerPVExceeded */,\r\n MissingRequiredFieldSpecification: 24 /* MissingRequiredFieldSpecification */,\r\n NavigationTimingNotSupported: 25 /* NavigationTimingNotSupported */,\r\n OnError: 26 /* OnError */,\r\n SessionRenewalDateIsZero: 27 /* SessionRenewalDateIsZero */,\r\n SenderNotInitialized: 28 /* SenderNotInitialized */,\r\n StartTrackEventFailed: 29 /* StartTrackEventFailed */,\r\n StopTrackEventFailed: 30 /* StopTrackEventFailed */,\r\n StartTrackFailed: 31 /* StartTrackFailed */,\r\n StopTrackFailed: 32 /* StopTrackFailed */,\r\n TelemetrySampledAndNotSent: 33 /* TelemetrySampledAndNotSent */,\r\n TrackEventFailed: 34 /* TrackEventFailed */,\r\n TrackExceptionFailed: 35 /* TrackExceptionFailed */,\r\n TrackMetricFailed: 36 /* TrackMetricFailed */,\r\n TrackPVFailed: 37 /* TrackPVFailed */,\r\n TrackPVFailedCalc: 38 /* TrackPVFailedCalc */,\r\n TrackTraceFailed: 39 /* TrackTraceFailed */,\r\n TransmissionFailed: 40 /* TransmissionFailed */,\r\n FailedToSetStorageBuffer: 41 /* FailedToSetStorageBuffer */,\r\n FailedToRestoreStorageBuffer: 42 /* FailedToRestoreStorageBuffer */,\r\n InvalidBackendResponse: 43 /* InvalidBackendResponse */,\r\n FailedToFixDepricatedValues: 44 /* FailedToFixDepricatedValues */,\r\n InvalidDurationValue: 45 /* InvalidDurationValue */,\r\n TelemetryEnvelopeInvalid: 46 /* TelemetryEnvelopeInvalid */,\r\n CreateEnvelopeError: 47 /* CreateEnvelopeError */,\r\n // User actionable\r\n CannotSerializeObject: 48 /* CannotSerializeObject */,\r\n CannotSerializeObjectNonSerializable: 49 /* CannotSerializeObjectNonSerializable */,\r\n CircularReferenceDetected: 50 /* CircularReferenceDetected */,\r\n ClearAuthContextFailed: 51 /* ClearAuthContextFailed */,\r\n ExceptionTruncated: 52 /* ExceptionTruncated */,\r\n IllegalCharsInName: 53 /* IllegalCharsInName */,\r\n ItemNotInArray: 54 /* ItemNotInArray */,\r\n MaxAjaxPerPVExceeded: 55 /* MaxAjaxPerPVExceeded */,\r\n MessageTruncated: 56 /* MessageTruncated */,\r\n NameTooLong: 57 /* NameTooLong */,\r\n SampleRateOutOfRange: 58 /* SampleRateOutOfRange */,\r\n SetAuthContextFailed: 59 /* SetAuthContextFailed */,\r\n SetAuthContextFailedAccountName: 60 /* SetAuthContextFailedAccountName */,\r\n StringValueTooLong: 61 /* StringValueTooLong */,\r\n StartCalledMoreThanOnce: 62 /* StartCalledMoreThanOnce */,\r\n StopCalledWithoutStart: 63 /* StopCalledWithoutStart */,\r\n TelemetryInitializerFailed: 64 /* TelemetryInitializerFailed */,\r\n TrackArgumentsNotSpecified: 65 /* TrackArgumentsNotSpecified */,\r\n UrlTooLong: 66 /* UrlTooLong */,\r\n SessionStorageBufferFull: 67 /* SessionStorageBufferFull */,\r\n CannotAccessCookie: 68 /* CannotAccessCookie */,\r\n IdTooLong: 69 /* IdTooLong */,\r\n InvalidEvent: 70 /* InvalidEvent */,\r\n FailedMonitorAjaxSetRequestHeader: 71 /* FailedMonitorAjaxSetRequestHeader */,\r\n SendBrowserInfoOnUserInit: 72 /* SendBrowserInfoOnUserInit */,\r\n PluginException: 73 /* PluginException */,\r\n NotificationException: 74 /* NotificationException */,\r\n SnippetScriptLoadFailure: 99 /* SnippetScriptLoadFailure */,\r\n InvalidInstrumentationKey: 100 /* InvalidInstrumentationKey */,\r\n CannotParseAiBlobValue: 101 /* CannotParseAiBlobValue */,\r\n InvalidContentBlob: 102 /* InvalidContentBlob */,\r\n TrackPageActionEventFailed: 103 /* TrackPageActionEventFailed */,\r\n FailedAddingCustomDefinedRequestContext: 104 /* FailedAddingCustomDefinedRequestContext */,\r\n InMemoryStorageBufferFull: 105 /* InMemoryStorageBufferFull */,\r\n InstrumentationKeyDeprecation: 106 /* InstrumentationKeyDeprecation */\r\n});\r\n//# sourceMappingURL=LoggingEnums.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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
1
+ {"version":3,"file":"LoggingEnums.js.map","sources":["LoggingEnums.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { createEnumStyle } from \"../JavaScriptSDK.Enums/EnumHelperFuncs\";\r\nexport var LoggingSeverity = createEnumStyle({\r\n CRITICAL: 1 /* eLoggingSeverity.CRITICAL */,\r\n WARNING: 2 /* eLoggingSeverity.WARNING */\r\n});\r\n/**\r\n * Internal message ID. Please create a new one for every conceptually different message. Please keep alphabetically ordered\r\n */\r\nexport var _InternalMessageId = createEnumStyle({\r\n // Non user actionable\r\n BrowserDoesNotSupportLocalStorage: 0 /* _eInternalMessageId.BrowserDoesNotSupportLocalStorage */,\r\n BrowserCannotReadLocalStorage: 1 /* _eInternalMessageId.BrowserCannotReadLocalStorage */,\r\n BrowserCannotReadSessionStorage: 2 /* _eInternalMessageId.BrowserCannotReadSessionStorage */,\r\n BrowserCannotWriteLocalStorage: 3 /* _eInternalMessageId.BrowserCannotWriteLocalStorage */,\r\n BrowserCannotWriteSessionStorage: 4 /* _eInternalMessageId.BrowserCannotWriteSessionStorage */,\r\n BrowserFailedRemovalFromLocalStorage: 5 /* _eInternalMessageId.BrowserFailedRemovalFromLocalStorage */,\r\n BrowserFailedRemovalFromSessionStorage: 6 /* _eInternalMessageId.BrowserFailedRemovalFromSessionStorage */,\r\n CannotSendEmptyTelemetry: 7 /* _eInternalMessageId.CannotSendEmptyTelemetry */,\r\n ClientPerformanceMathError: 8 /* _eInternalMessageId.ClientPerformanceMathError */,\r\n ErrorParsingAISessionCookie: 9 /* _eInternalMessageId.ErrorParsingAISessionCookie */,\r\n ErrorPVCalc: 10 /* _eInternalMessageId.ErrorPVCalc */,\r\n ExceptionWhileLoggingError: 11 /* _eInternalMessageId.ExceptionWhileLoggingError */,\r\n FailedAddingTelemetryToBuffer: 12 /* _eInternalMessageId.FailedAddingTelemetryToBuffer */,\r\n FailedMonitorAjaxAbort: 13 /* _eInternalMessageId.FailedMonitorAjaxAbort */,\r\n FailedMonitorAjaxDur: 14 /* _eInternalMessageId.FailedMonitorAjaxDur */,\r\n FailedMonitorAjaxOpen: 15 /* _eInternalMessageId.FailedMonitorAjaxOpen */,\r\n FailedMonitorAjaxRSC: 16 /* _eInternalMessageId.FailedMonitorAjaxRSC */,\r\n FailedMonitorAjaxSend: 17 /* _eInternalMessageId.FailedMonitorAjaxSend */,\r\n FailedMonitorAjaxGetCorrelationHeader: 18 /* _eInternalMessageId.FailedMonitorAjaxGetCorrelationHeader */,\r\n FailedToAddHandlerForOnBeforeUnload: 19 /* _eInternalMessageId.FailedToAddHandlerForOnBeforeUnload */,\r\n FailedToSendQueuedTelemetry: 20 /* _eInternalMessageId.FailedToSendQueuedTelemetry */,\r\n FailedToReportDataLoss: 21 /* _eInternalMessageId.FailedToReportDataLoss */,\r\n FlushFailed: 22 /* _eInternalMessageId.FlushFailed */,\r\n MessageLimitPerPVExceeded: 23 /* _eInternalMessageId.MessageLimitPerPVExceeded */,\r\n MissingRequiredFieldSpecification: 24 /* _eInternalMessageId.MissingRequiredFieldSpecification */,\r\n NavigationTimingNotSupported: 25 /* _eInternalMessageId.NavigationTimingNotSupported */,\r\n OnError: 26 /* _eInternalMessageId.OnError */,\r\n SessionRenewalDateIsZero: 27 /* _eInternalMessageId.SessionRenewalDateIsZero */,\r\n SenderNotInitialized: 28 /* _eInternalMessageId.SenderNotInitialized */,\r\n StartTrackEventFailed: 29 /* _eInternalMessageId.StartTrackEventFailed */,\r\n StopTrackEventFailed: 30 /* _eInternalMessageId.StopTrackEventFailed */,\r\n StartTrackFailed: 31 /* _eInternalMessageId.StartTrackFailed */,\r\n StopTrackFailed: 32 /* _eInternalMessageId.StopTrackFailed */,\r\n TelemetrySampledAndNotSent: 33 /* _eInternalMessageId.TelemetrySampledAndNotSent */,\r\n TrackEventFailed: 34 /* _eInternalMessageId.TrackEventFailed */,\r\n TrackExceptionFailed: 35 /* _eInternalMessageId.TrackExceptionFailed */,\r\n TrackMetricFailed: 36 /* _eInternalMessageId.TrackMetricFailed */,\r\n TrackPVFailed: 37 /* _eInternalMessageId.TrackPVFailed */,\r\n TrackPVFailedCalc: 38 /* _eInternalMessageId.TrackPVFailedCalc */,\r\n TrackTraceFailed: 39 /* _eInternalMessageId.TrackTraceFailed */,\r\n TransmissionFailed: 40 /* _eInternalMessageId.TransmissionFailed */,\r\n FailedToSetStorageBuffer: 41 /* _eInternalMessageId.FailedToSetStorageBuffer */,\r\n FailedToRestoreStorageBuffer: 42 /* _eInternalMessageId.FailedToRestoreStorageBuffer */,\r\n InvalidBackendResponse: 43 /* _eInternalMessageId.InvalidBackendResponse */,\r\n FailedToFixDepricatedValues: 44 /* _eInternalMessageId.FailedToFixDepricatedValues */,\r\n InvalidDurationValue: 45 /* _eInternalMessageId.InvalidDurationValue */,\r\n TelemetryEnvelopeInvalid: 46 /* _eInternalMessageId.TelemetryEnvelopeInvalid */,\r\n CreateEnvelopeError: 47 /* _eInternalMessageId.CreateEnvelopeError */,\r\n // User actionable\r\n CannotSerializeObject: 48 /* _eInternalMessageId.CannotSerializeObject */,\r\n CannotSerializeObjectNonSerializable: 49 /* _eInternalMessageId.CannotSerializeObjectNonSerializable */,\r\n CircularReferenceDetected: 50 /* _eInternalMessageId.CircularReferenceDetected */,\r\n ClearAuthContextFailed: 51 /* _eInternalMessageId.ClearAuthContextFailed */,\r\n ExceptionTruncated: 52 /* _eInternalMessageId.ExceptionTruncated */,\r\n IllegalCharsInName: 53 /* _eInternalMessageId.IllegalCharsInName */,\r\n ItemNotInArray: 54 /* _eInternalMessageId.ItemNotInArray */,\r\n MaxAjaxPerPVExceeded: 55 /* _eInternalMessageId.MaxAjaxPerPVExceeded */,\r\n MessageTruncated: 56 /* _eInternalMessageId.MessageTruncated */,\r\n NameTooLong: 57 /* _eInternalMessageId.NameTooLong */,\r\n SampleRateOutOfRange: 58 /* _eInternalMessageId.SampleRateOutOfRange */,\r\n SetAuthContextFailed: 59 /* _eInternalMessageId.SetAuthContextFailed */,\r\n SetAuthContextFailedAccountName: 60 /* _eInternalMessageId.SetAuthContextFailedAccountName */,\r\n StringValueTooLong: 61 /* _eInternalMessageId.StringValueTooLong */,\r\n StartCalledMoreThanOnce: 62 /* _eInternalMessageId.StartCalledMoreThanOnce */,\r\n StopCalledWithoutStart: 63 /* _eInternalMessageId.StopCalledWithoutStart */,\r\n TelemetryInitializerFailed: 64 /* _eInternalMessageId.TelemetryInitializerFailed */,\r\n TrackArgumentsNotSpecified: 65 /* _eInternalMessageId.TrackArgumentsNotSpecified */,\r\n UrlTooLong: 66 /* _eInternalMessageId.UrlTooLong */,\r\n SessionStorageBufferFull: 67 /* _eInternalMessageId.SessionStorageBufferFull */,\r\n CannotAccessCookie: 68 /* _eInternalMessageId.CannotAccessCookie */,\r\n IdTooLong: 69 /* _eInternalMessageId.IdTooLong */,\r\n InvalidEvent: 70 /* _eInternalMessageId.InvalidEvent */,\r\n FailedMonitorAjaxSetRequestHeader: 71 /* _eInternalMessageId.FailedMonitorAjaxSetRequestHeader */,\r\n SendBrowserInfoOnUserInit: 72 /* _eInternalMessageId.SendBrowserInfoOnUserInit */,\r\n PluginException: 73 /* _eInternalMessageId.PluginException */,\r\n NotificationException: 74 /* _eInternalMessageId.NotificationException */,\r\n SnippetScriptLoadFailure: 99 /* _eInternalMessageId.SnippetScriptLoadFailure */,\r\n InvalidInstrumentationKey: 100 /* _eInternalMessageId.InvalidInstrumentationKey */,\r\n CannotParseAiBlobValue: 101 /* _eInternalMessageId.CannotParseAiBlobValue */,\r\n InvalidContentBlob: 102 /* _eInternalMessageId.InvalidContentBlob */,\r\n TrackPageActionEventFailed: 103 /* _eInternalMessageId.TrackPageActionEventFailed */,\r\n FailedAddingCustomDefinedRequestContext: 104 /* _eInternalMessageId.FailedAddingCustomDefinedRequestContext */,\r\n InMemoryStorageBufferFull: 105 /* _eInternalMessageId.InMemoryStorageBufferFull */,\r\n InstrumentationKeyDeprecation: 106 /* _eInternalMessageId.InstrumentationKeyDeprecation */\r\n});\r\n//# sourceMappingURL=LoggingEnums.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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 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 - Core, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  export { MinChannelPriorty } from "./JavaScriptSDK.Interfaces/IChannelControls";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@microsoft/applicationinsights-core-js",
3
3
  "author": "Microsoft Application Insights Team",
4
- "version": "2.8.4-nightly.2205-08",
4
+ "version": "2.8.4-nightly.2205-09",
5
5
  "description": "Microsoft Application Insights Core Javascript SDK",
6
6
  "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
7
7
  "keywords": [
@@ -7,7 +7,7 @@ import { newId } from "./RandomHelper";
7
7
 
8
8
  const _objDefineProperty = ObjDefineProperty;
9
9
 
10
- const version = "2.8.4-nightly.2205-08";
10
+ const version = "2.8.4-nightly.2205-09";
11
11
  let instanceName = "." + newId(6);
12
12
  let _dataUid = 0;
13
13