@microsoft/applicationinsights-core-js 3.0.0-beta.2212-14 → 3.0.0-beta.2301-01

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 (82) 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.api.json +9 -9
  7. package/dist/applicationinsights-core-js.d.ts +1 -1
  8. package/dist/applicationinsights-core-js.js +2 -2
  9. package/dist/applicationinsights-core-js.js.map +1 -1
  10. package/dist/applicationinsights-core-js.min.js +2 -2
  11. package/dist/applicationinsights-core-js.min.js.map +1 -1
  12. package/dist/applicationinsights-core-js.rollup.d.ts +1 -1
  13. package/dist-esm/Config/ConfigDefaults.js +1 -1
  14. package/dist-esm/Config/DynamicConfig.js +1 -1
  15. package/dist-esm/Config/DynamicProperty.js +1 -1
  16. package/dist-esm/Config/DynamicState.js +1 -1
  17. package/dist-esm/Config/DynamicSupport.js +1 -1
  18. package/dist-esm/Config/IConfigDefaults.js +1 -1
  19. package/dist-esm/Config/IDynamicConfigHandler.js +1 -1
  20. package/dist-esm/Config/IDynamicPropertyHandler.js +1 -1
  21. package/dist-esm/Config/IDynamicWatcher.js +1 -1
  22. package/dist-esm/Config/_IDynamicConfigHandlerState.js +1 -1
  23. package/dist-esm/JavaScriptSDK/AggregationError.js +1 -1
  24. package/dist-esm/JavaScriptSDK/AppInsightsCore.js +1 -1
  25. package/dist-esm/JavaScriptSDK/BaseTelemetryPlugin.js +1 -1
  26. package/dist-esm/JavaScriptSDK/Constants.js +1 -1
  27. package/dist-esm/JavaScriptSDK/CookieMgr.js +1 -1
  28. package/dist-esm/JavaScriptSDK/CoreUtils.js +1 -1
  29. package/dist-esm/JavaScriptSDK/DataCacheHelper.js +2 -2
  30. package/dist-esm/JavaScriptSDK/DataCacheHelper.js.map +1 -1
  31. package/dist-esm/JavaScriptSDK/DbgExtensionUtils.js +1 -1
  32. package/dist-esm/JavaScriptSDK/DiagnosticLogger.js +1 -1
  33. package/dist-esm/JavaScriptSDK/EnvUtils.js +1 -1
  34. package/dist-esm/JavaScriptSDK/EventHelpers.js +1 -1
  35. package/dist-esm/JavaScriptSDK/HelperFuncs.js +1 -1
  36. package/dist-esm/JavaScriptSDK/InstrumentHooks.js +1 -1
  37. package/dist-esm/JavaScriptSDK/InternalConstants.js +1 -1
  38. package/dist-esm/JavaScriptSDK/NotificationManager.js +1 -1
  39. package/dist-esm/JavaScriptSDK/PerfManager.js +1 -1
  40. package/dist-esm/JavaScriptSDK/ProcessTelemetryContext.js +1 -1
  41. package/dist-esm/JavaScriptSDK/RandomHelper.js +1 -1
  42. package/dist-esm/JavaScriptSDK/TelemetryHelpers.js +1 -1
  43. package/dist-esm/JavaScriptSDK/TelemetryInitializerPlugin.js +1 -1
  44. package/dist-esm/JavaScriptSDK/UnloadHandlerContainer.js +1 -1
  45. package/dist-esm/JavaScriptSDK/W3cTraceParent.js +1 -1
  46. package/dist-esm/JavaScriptSDK.Enums/EnumHelperFuncs.js +1 -1
  47. package/dist-esm/JavaScriptSDK.Enums/EventsDiscardedReason.js +1 -1
  48. package/dist-esm/JavaScriptSDK.Enums/LoggingEnums.js +1 -1
  49. package/dist-esm/JavaScriptSDK.Enums/SendRequestReason.js +1 -1
  50. package/dist-esm/JavaScriptSDK.Enums/TelemetryUnloadReason.js +1 -1
  51. package/dist-esm/JavaScriptSDK.Enums/TelemetryUpdateReason.js +1 -1
  52. package/dist-esm/JavaScriptSDK.Interfaces/IAppInsightsCore.js +1 -1
  53. package/dist-esm/JavaScriptSDK.Interfaces/IChannelControls.js +1 -1
  54. package/dist-esm/JavaScriptSDK.Interfaces/IConfiguration.js +1 -1
  55. package/dist-esm/JavaScriptSDK.Interfaces/ICookieMgr.js +1 -1
  56. package/dist-esm/JavaScriptSDK.Interfaces/IDbgExtension.js +1 -1
  57. package/dist-esm/JavaScriptSDK.Interfaces/IDiagnosticLogger.js +1 -1
  58. package/dist-esm/JavaScriptSDK.Interfaces/IDistributedTraceContext.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/ITraceParent.js +1 -1
  72. package/dist-esm/JavaScriptSDK.Interfaces/IUnloadHook.js +1 -1
  73. package/dist-esm/JavaScriptSDK.Interfaces/IUnloadableComponent.js +1 -1
  74. package/dist-esm/__DynamicConstants.js +1 -1
  75. package/dist-esm/applicationinsights-core-js.js +1 -1
  76. package/package.json +1 -1
  77. package/types/Config/IConfigDefaults.d.ts +3 -3
  78. package/types/Config/IDynamicWatcher.d.ts +1 -1
  79. package/types/JavaScriptSDK/UnloadHandlerContainer.d.ts +1 -1
  80. package/types/JavaScriptSDK.Enums/EventsDiscardedReason.d.ts +1 -1
  81. package/types/JavaScriptSDK.Enums/LoggingEnums.d.ts +2 -2
  82. package/types/JavaScriptSDK.Interfaces/IInstrumentHooks.d.ts +1 -1
@@ -2251,7 +2251,7 @@
2251
2251
  "excerptTokens": [
2252
2252
  {
2253
2253
  "kind": "Content",
2254
- "text": "export type _InternalMessageId = "
2254
+ "text": "export declare type _InternalMessageId = "
2255
2255
  },
2256
2256
  {
2257
2257
  "kind": "Content",
@@ -7908,7 +7908,7 @@
7908
7908
  "excerptTokens": [
7909
7909
  {
7910
7910
  "kind": "Content",
7911
- "text": "export type EventsDiscardedReason = "
7911
+ "text": "export declare type EventsDiscardedReason = "
7912
7912
  },
7913
7913
  {
7914
7914
  "kind": "Content",
@@ -10919,7 +10919,7 @@
10919
10919
  "excerptTokens": [
10920
10920
  {
10921
10921
  "kind": "Content",
10922
- "text": "export type IConfigCheckFn<V> = "
10922
+ "text": "export declare type IConfigCheckFn<V> = "
10923
10923
  },
10924
10924
  {
10925
10925
  "kind": "Content",
@@ -11183,7 +11183,7 @@
11183
11183
  "excerptTokens": [
11184
11184
  {
11185
11185
  "kind": "Content",
11186
- "text": "export type IConfigDefaults<T, C extends "
11186
+ "text": "export declare type IConfigDefaults<T, C extends "
11187
11187
  },
11188
11188
  {
11189
11189
  "kind": "Reference",
@@ -11260,7 +11260,7 @@
11260
11260
  "excerptTokens": [
11261
11261
  {
11262
11262
  "kind": "Content",
11263
- "text": "export type IConfigSetFn<T, V> = "
11263
+ "text": "export declare type IConfigSetFn<T, V> = "
11264
11264
  },
11265
11265
  {
11266
11266
  "kind": "Content",
@@ -15759,7 +15759,7 @@
15759
15759
  "excerptTokens": [
15760
15760
  {
15761
15761
  "kind": "Content",
15762
- "text": "export type InstrumentorHooksCallback = "
15762
+ "text": "export declare type InstrumentorHooksCallback = "
15763
15763
  },
15764
15764
  {
15765
15765
  "kind": "Content",
@@ -19335,7 +19335,7 @@
19335
19335
  "excerptTokens": [
19336
19336
  {
19337
19337
  "kind": "Content",
19338
- "text": "export type LoggingSeverity = "
19338
+ "text": "export declare type LoggingSeverity = "
19339
19339
  },
19340
19340
  {
19341
19341
  "kind": "Content",
@@ -24124,7 +24124,7 @@
24124
24124
  "excerptTokens": [
24125
24125
  {
24126
24126
  "kind": "Content",
24127
- "text": "export type UnloadHandler = "
24127
+ "text": "export declare type UnloadHandler = "
24128
24128
  },
24129
24129
  {
24130
24130
  "kind": "Content",
@@ -24196,7 +24196,7 @@
24196
24196
  "excerptTokens": [
24197
24197
  {
24198
24198
  "kind": "Content",
24199
- "text": "export type WatcherFunction<T extends "
24199
+ "text": "export declare type WatcherFunction<T extends "
24200
24200
  },
24201
24201
  {
24202
24202
  "kind": "Reference",
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights Core Javascript SDK, 3.0.0-beta.2212-14
2
+ * Microsoft Application Insights Core Javascript SDK, 3.0.0-beta.2301-01
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 - Core, 3.0.0-beta.2212-14
2
+ * Application Insights JavaScript SDK - Core, 3.0.0-beta.2301-01
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1711,7 +1711,7 @@
1711
1711
  }
1712
1712
 
1713
1713
  var _objDefineProperty = ObjDefineProperty;
1714
- var version = "3.0.0-beta.2212-14";
1714
+ var version = "3.0.0-beta.2301-01";
1715
1715
  var instanceName = "." + newId(6);
1716
1716
  var _dataUid = 0;
1717
1717
  function _createAccessor(target, prop, value) {