@microsoft/applicationinsights-core-js 3.3.10-nightly3.2507-26 → 3.3.10-nightly3.2507-29

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/es5/applicationinsights-core-js.cjs.js +2 -2
  2. package/browser/es5/applicationinsights-core-js.cjs.js.map +1 -1
  3. package/browser/es5/applicationinsights-core-js.cjs.min.js +2 -2
  4. package/browser/es5/applicationinsights-core-js.cjs.min.js.map +1 -1
  5. package/browser/es5/applicationinsights-core-js.gbl.js +4 -4
  6. package/browser/es5/applicationinsights-core-js.gbl.js.map +1 -1
  7. package/browser/es5/applicationinsights-core-js.gbl.min.js +2 -2
  8. package/browser/es5/applicationinsights-core-js.gbl.min.js.map +1 -1
  9. package/browser/es5/applicationinsights-core-js.integrity.json +25 -25
  10. package/browser/es5/applicationinsights-core-js.js +4 -4
  11. package/browser/es5/applicationinsights-core-js.js.map +1 -1
  12. package/browser/es5/applicationinsights-core-js.min.js +2 -2
  13. package/browser/es5/applicationinsights-core-js.min.js.map +1 -1
  14. package/dist/es5/applicationinsights-core-js.js +2 -2
  15. package/dist/es5/applicationinsights-core-js.js.map +1 -1
  16. package/dist/es5/applicationinsights-core-js.min.js +2 -2
  17. package/dist/es5/applicationinsights-core-js.min.js.map +1 -1
  18. package/dist-es5/Config/ConfigDefaultHelpers.js +1 -1
  19. package/dist-es5/Config/ConfigDefaults.js +1 -1
  20. package/dist-es5/Config/DynamicConfig.js +1 -1
  21. package/dist-es5/Config/DynamicProperty.js +1 -1
  22. package/dist-es5/Config/DynamicState.js +1 -1
  23. package/dist-es5/Config/DynamicSupport.js +1 -1
  24. package/dist-es5/Config/IConfigDefaults.js +1 -1
  25. package/dist-es5/Config/IDynamicConfigHandler.js +1 -1
  26. package/dist-es5/Config/IDynamicPropertyHandler.js +1 -1
  27. package/dist-es5/Config/IDynamicWatcher.js +1 -1
  28. package/dist-es5/Config/_IDynamicConfigHandlerState.js +1 -1
  29. package/dist-es5/JavaScriptSDK/AggregationError.js +1 -1
  30. package/dist-es5/JavaScriptSDK/AppInsightsCore.js +1 -1
  31. package/dist-es5/JavaScriptSDK/AsyncUtils.js +1 -1
  32. package/dist-es5/JavaScriptSDK/BaseTelemetryPlugin.js +1 -1
  33. package/dist-es5/JavaScriptSDK/Constants.js +1 -1
  34. package/dist-es5/JavaScriptSDK/CookieMgr.js +1 -1
  35. package/dist-es5/JavaScriptSDK/CoreUtils.js +1 -1
  36. package/dist-es5/JavaScriptSDK/DataCacheHelper.js +2 -2
  37. package/dist-es5/JavaScriptSDK/DataCacheHelper.js.map +1 -1
  38. package/dist-es5/JavaScriptSDK/DbgExtensionUtils.js +1 -1
  39. package/dist-es5/JavaScriptSDK/DiagnosticLogger.js +1 -1
  40. package/dist-es5/JavaScriptSDK/EnvUtils.js +1 -1
  41. package/dist-es5/JavaScriptSDK/EventHelpers.js +1 -1
  42. package/dist-es5/JavaScriptSDK/HelperFuncs.js +1 -1
  43. package/dist-es5/JavaScriptSDK/InstrumentHooks.js +1 -1
  44. package/dist-es5/JavaScriptSDK/InternalConstants.js +1 -1
  45. package/dist-es5/JavaScriptSDK/NotificationManager.js +1 -1
  46. package/dist-es5/JavaScriptSDK/PerfManager.js +1 -1
  47. package/dist-es5/JavaScriptSDK/ProcessTelemetryContext.js +1 -1
  48. package/dist-es5/JavaScriptSDK/RandomHelper.js +1 -1
  49. package/dist-es5/JavaScriptSDK/ResponseHelpers.js +1 -1
  50. package/dist-es5/JavaScriptSDK/SenderPostManager.js +1 -1
  51. package/dist-es5/JavaScriptSDK/StatsBeat.js +1 -1
  52. package/dist-es5/JavaScriptSDK/TelemetryHelpers.js +1 -1
  53. package/dist-es5/JavaScriptSDK/TelemetryInitializerPlugin.js +1 -1
  54. package/dist-es5/JavaScriptSDK/UnloadHandlerContainer.js +1 -1
  55. package/dist-es5/JavaScriptSDK/UnloadHookContainer.js +1 -1
  56. package/dist-es5/JavaScriptSDK/W3cTraceParent.js +1 -1
  57. package/dist-es5/JavaScriptSDK.Enums/EnumHelperFuncs.js +1 -1
  58. package/dist-es5/JavaScriptSDK.Enums/EventsDiscardedReason.js +1 -1
  59. package/dist-es5/JavaScriptSDK.Enums/FeatureOptInEnums.js +1 -1
  60. package/dist-es5/JavaScriptSDK.Enums/InitActiveStatusEnum.js +1 -1
  61. package/dist-es5/JavaScriptSDK.Enums/LoggingEnums.js +1 -1
  62. package/dist-es5/JavaScriptSDK.Enums/SendRequestReason.js +1 -1
  63. package/dist-es5/JavaScriptSDK.Enums/StatsType.js +1 -1
  64. package/dist-es5/JavaScriptSDK.Enums/TelemetryUnloadReason.js +1 -1
  65. package/dist-es5/JavaScriptSDK.Enums/TelemetryUpdateReason.js +1 -1
  66. package/dist-es5/JavaScriptSDK.Interfaces/IAppInsightsCore.js +1 -1
  67. package/dist-es5/JavaScriptSDK.Interfaces/IChannelControls.js +1 -1
  68. package/dist-es5/JavaScriptSDK.Interfaces/IChannelControlsHost.js +1 -1
  69. package/dist-es5/JavaScriptSDK.Interfaces/IConfiguration.js +1 -1
  70. package/dist-es5/JavaScriptSDK.Interfaces/ICookieMgr.js +1 -1
  71. package/dist-es5/JavaScriptSDK.Interfaces/IDbgExtension.js +1 -1
  72. package/dist-es5/JavaScriptSDK.Interfaces/IDiagnosticLogger.js +1 -1
  73. package/dist-es5/JavaScriptSDK.Interfaces/IDistributedTraceContext.js +1 -1
  74. package/dist-es5/JavaScriptSDK.Interfaces/IExceptionConfig.js +1 -1
  75. package/dist-es5/JavaScriptSDK.Interfaces/IFeatureOptIn.js +1 -1
  76. package/dist-es5/JavaScriptSDK.Interfaces/IInstrumentHooks.js +1 -1
  77. package/dist-es5/JavaScriptSDK.Interfaces/INetworkStatsbeat.js +1 -1
  78. package/dist-es5/JavaScriptSDK.Interfaces/INotificationListener.js +1 -1
  79. package/dist-es5/JavaScriptSDK.Interfaces/INotificationManager.js +1 -1
  80. package/dist-es5/JavaScriptSDK.Interfaces/IPerfEvent.js +1 -1
  81. package/dist-es5/JavaScriptSDK.Interfaces/IPerfManager.js +1 -1
  82. package/dist-es5/JavaScriptSDK.Interfaces/IProcessTelemetryContext.js +1 -1
  83. package/dist-es5/JavaScriptSDK.Interfaces/ISenderPostManager.js +1 -1
  84. package/dist-es5/JavaScriptSDK.Interfaces/IStatsBeat.js +1 -1
  85. package/dist-es5/JavaScriptSDK.Interfaces/IStatsEventData.js +1 -1
  86. package/dist-es5/JavaScriptSDK.Interfaces/IStatsMgr.js +1 -1
  87. package/dist-es5/JavaScriptSDK.Interfaces/ITelemetryInitializers.js +1 -1
  88. package/dist-es5/JavaScriptSDK.Interfaces/ITelemetryItem.js +1 -1
  89. package/dist-es5/JavaScriptSDK.Interfaces/ITelemetryPlugin.js +1 -1
  90. package/dist-es5/JavaScriptSDK.Interfaces/ITelemetryPluginChain.js +1 -1
  91. package/dist-es5/JavaScriptSDK.Interfaces/ITelemetryUnloadState.js +1 -1
  92. package/dist-es5/JavaScriptSDK.Interfaces/ITelemetryUpdateState.js +1 -1
  93. package/dist-es5/JavaScriptSDK.Interfaces/ITraceParent.js +1 -1
  94. package/dist-es5/JavaScriptSDK.Interfaces/IUnloadHook.js +1 -1
  95. package/dist-es5/JavaScriptSDK.Interfaces/IUnloadableComponent.js +1 -1
  96. package/dist-es5/JavaScriptSDK.Interfaces/IXDomainRequest.js +1 -1
  97. package/dist-es5/JavaScriptSDK.Interfaces/IXHROverride.js +1 -1
  98. package/dist-es5/__DynamicConstants.js +1 -1
  99. package/dist-es5/applicationinsights-core-js.js +1 -1
  100. package/package.json +1 -1
  101. package/types/applicationinsights-core-js.d.ts +4 -4
  102. package/types/applicationinsights-core-js.namespaced.d.ts +4 -4
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 3.3.10-nightly3.2507-26
2
+ * Application Insights JavaScript SDK - Core, 3.3.10-nightly3.2507-29
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 3.3.10-nightly3.2507-26
2
+ * Application Insights JavaScript SDK - Core, 3.3.10-nightly3.2507-29
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 3.3.10-nightly3.2507-26
2
+ * Application Insights JavaScript SDK - Core, 3.3.10-nightly3.2507-29
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 3.3.10-nightly3.2507-26
2
+ * Application Insights JavaScript SDK - Core, 3.3.10-nightly3.2507-29
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 3.3.10-nightly3.2507-26
2
+ * Application Insights JavaScript SDK - Core, 3.3.10-nightly3.2507-29
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 3.3.10-nightly3.2507-26
2
+ * Application Insights JavaScript SDK - Core, 3.3.10-nightly3.2507-29
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 3.3.10-nightly3.2507-26
2
+ * Application Insights JavaScript SDK - Core, 3.3.10-nightly3.2507-29
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 3.3.10-nightly3.2507-26
2
+ * Application Insights JavaScript SDK - Core, 3.3.10-nightly3.2507-29
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 3.3.10-nightly3.2507-26
2
+ * Application Insights JavaScript SDK - Core, 3.3.10-nightly3.2507-29
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": "3.3.10-nightly3.2507-26",
4
+ "version": "3.3.10-nightly3.2507-29",
5
5
  "description": "Microsoft Application Insights Core Javascript SDK",
6
6
  "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
7
7
  "keywords": [
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights Core Javascript SDK, 3.3.10-nightly3.2507-26
2
+ * Microsoft Application Insights Core Javascript SDK, 3.3.10-nightly3.2507-29
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1423,7 +1423,7 @@ export declare interface IChannelControls extends ITelemetryPlugin {
1423
1423
  * you DO NOT pass a callback function then a [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
1424
1424
  * will be returned which will resolve once the flush is complete. The actual implementation of the `IPromise`
1425
1425
  * will be a native Promise (if supported) or the default as supplied by [ts-async library](https://github.com/nevware21/ts-async)
1426
- * @param async - send data asynchronously when true
1426
+ * @param isAsync - send data asynchronously when true
1427
1427
  * @param callBack - if specified, notify caller when send is complete, the channel should return true to indicate to the caller that it will be called.
1428
1428
  * If the caller doesn't return true the caller should assume that it may never be called.
1429
1429
  * @param sendReason - specify the reason that you are calling "flush" defaults to ManualFlush (1) if not specified
@@ -1431,9 +1431,9 @@ export declare interface IChannelControls extends ITelemetryPlugin {
1431
1431
  * should assume that any provided callback will never be called, Nothing or if occurring asynchronously a
1432
1432
  * [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html) which will be resolved once the unload is complete,
1433
1433
  * the [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html) will only be returned when no callback is provided
1434
- * and async is true.
1434
+ * and isAsync is true.
1435
1435
  */
1436
- flush?(async: boolean, callBack?: (flushComplete?: boolean) => void, sendReason?: SendRequestReason): boolean | void | IPromise<boolean>;
1436
+ flush?(isAsync: boolean, callBack?: (flushComplete?: boolean) => void, sendReason?: SendRequestReason): boolean | void | IPromise<boolean>;
1437
1437
  /**
1438
1438
  * Get offline support
1439
1439
  * @returns IInternalOfflineSupport
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights Core Javascript SDK, 3.3.10-nightly3.2507-26
2
+ * Microsoft Application Insights Core Javascript SDK, 3.3.10-nightly3.2507-29
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1841,7 +1841,7 @@ declare namespace ApplicationInsights {
1841
1841
  * you DO NOT pass a callback function then a [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
1842
1842
  * will be returned which will resolve once the flush is complete. The actual implementation of the `IPromise`
1843
1843
  * will be a native Promise (if supported) or the default as supplied by [ts-async library](https://github.com/nevware21/ts-async)
1844
- * @param async - send data asynchronously when true
1844
+ * @param isAsync - send data asynchronously when true
1845
1845
  * @param callBack - if specified, notify caller when send is complete, the channel should return true to indicate to the caller that it will be called.
1846
1846
  * If the caller doesn't return true the caller should assume that it may never be called.
1847
1847
  * @param sendReason - specify the reason that you are calling "flush" defaults to ManualFlush (1) if not specified
@@ -1849,9 +1849,9 @@ declare namespace ApplicationInsights {
1849
1849
  * should assume that any provided callback will never be called, Nothing or if occurring asynchronously a
1850
1850
  * [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html) which will be resolved once the unload is complete,
1851
1851
  * the [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html) will only be returned when no callback is provided
1852
- * and async is true.
1852
+ * and isAsync is true.
1853
1853
  */
1854
- flush?(async: boolean, callBack?: (flushComplete?: boolean) => void, sendReason?: SendRequestReason): boolean | void | IPromise<boolean>;
1854
+ flush?(isAsync: boolean, callBack?: (flushComplete?: boolean) => void, sendReason?: SendRequestReason): boolean | void | IPromise<boolean>;
1855
1855
  /**
1856
1856
  * Get offline support
1857
1857
  * @returns IInternalOfflineSupport