@microsoft/applicationinsights-core-js 3.3.5-nightly3.2411-12 → 3.3.5-nightly3.2411-14

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 (100) 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/AppInsightsCore.js.map +1 -1
  32. package/dist-es5/JavaScriptSDK/AsyncUtils.js +1 -1
  33. package/dist-es5/JavaScriptSDK/BaseTelemetryPlugin.js +1 -1
  34. package/dist-es5/JavaScriptSDK/Constants.js +1 -1
  35. package/dist-es5/JavaScriptSDK/CookieMgr.js +1 -1
  36. package/dist-es5/JavaScriptSDK/CoreUtils.js +1 -1
  37. package/dist-es5/JavaScriptSDK/DataCacheHelper.js +2 -2
  38. package/dist-es5/JavaScriptSDK/DataCacheHelper.js.map +1 -1
  39. package/dist-es5/JavaScriptSDK/DbgExtensionUtils.js +1 -1
  40. package/dist-es5/JavaScriptSDK/DiagnosticLogger.js +1 -1
  41. package/dist-es5/JavaScriptSDK/DiagnosticLogger.js.map +1 -1
  42. package/dist-es5/JavaScriptSDK/EnvUtils.js +1 -1
  43. package/dist-es5/JavaScriptSDK/EventHelpers.js +2 -2
  44. package/dist-es5/JavaScriptSDK/EventHelpers.js.map +1 -1
  45. package/dist-es5/JavaScriptSDK/HelperFuncs.js +1 -1
  46. package/dist-es5/JavaScriptSDK/InstrumentHooks.js +1 -1
  47. package/dist-es5/JavaScriptSDK/InternalConstants.js +1 -1
  48. package/dist-es5/JavaScriptSDK/NotificationManager.js +1 -1
  49. package/dist-es5/JavaScriptSDK/NotificationManager.js.map +1 -1
  50. package/dist-es5/JavaScriptSDK/PerfManager.js +1 -1
  51. package/dist-es5/JavaScriptSDK/ProcessTelemetryContext.js +1 -1
  52. package/dist-es5/JavaScriptSDK/RandomHelper.js +1 -1
  53. package/dist-es5/JavaScriptSDK/ResponseHelpers.js +1 -1
  54. package/dist-es5/JavaScriptSDK/SenderPostManager.js +1 -1
  55. package/dist-es5/JavaScriptSDK/TelemetryHelpers.js +1 -1
  56. package/dist-es5/JavaScriptSDK/TelemetryInitializerPlugin.js +1 -1
  57. package/dist-es5/JavaScriptSDK/UnloadHandlerContainer.js +1 -1
  58. package/dist-es5/JavaScriptSDK/UnloadHookContainer.js +1 -1
  59. package/dist-es5/JavaScriptSDK/W3cTraceParent.js +1 -1
  60. package/dist-es5/JavaScriptSDK.Enums/EnumHelperFuncs.js +1 -1
  61. package/dist-es5/JavaScriptSDK.Enums/EventsDiscardedReason.js +1 -1
  62. package/dist-es5/JavaScriptSDK.Enums/FeatureOptInEnums.js +1 -1
  63. package/dist-es5/JavaScriptSDK.Enums/InitActiveStatusEnum.js +1 -1
  64. package/dist-es5/JavaScriptSDK.Enums/LoggingEnums.js +1 -1
  65. package/dist-es5/JavaScriptSDK.Enums/SendRequestReason.js +1 -1
  66. package/dist-es5/JavaScriptSDK.Enums/TelemetryUnloadReason.js +1 -1
  67. package/dist-es5/JavaScriptSDK.Enums/TelemetryUpdateReason.js +1 -1
  68. package/dist-es5/JavaScriptSDK.Interfaces/IAppInsightsCore.js +1 -1
  69. package/dist-es5/JavaScriptSDK.Interfaces/IChannelControls.js +1 -1
  70. package/dist-es5/JavaScriptSDK.Interfaces/IChannelControlsHost.js +1 -1
  71. package/dist-es5/JavaScriptSDK.Interfaces/IConfiguration.js +1 -1
  72. package/dist-es5/JavaScriptSDK.Interfaces/ICookieMgr.js +1 -1
  73. package/dist-es5/JavaScriptSDK.Interfaces/IDbgExtension.js +1 -1
  74. package/dist-es5/JavaScriptSDK.Interfaces/IDiagnosticLogger.js +1 -1
  75. package/dist-es5/JavaScriptSDK.Interfaces/IDistributedTraceContext.js +1 -1
  76. package/dist-es5/JavaScriptSDK.Interfaces/IExceptionConfig.js +1 -1
  77. package/dist-es5/JavaScriptSDK.Interfaces/IFeatureOptIn.js +1 -1
  78. package/dist-es5/JavaScriptSDK.Interfaces/IInstrumentHooks.js +1 -1
  79. package/dist-es5/JavaScriptSDK.Interfaces/INotificationListener.js +1 -1
  80. package/dist-es5/JavaScriptSDK.Interfaces/INotificationManager.js +1 -1
  81. package/dist-es5/JavaScriptSDK.Interfaces/IPerfEvent.js +1 -1
  82. package/dist-es5/JavaScriptSDK.Interfaces/IPerfManager.js +1 -1
  83. package/dist-es5/JavaScriptSDK.Interfaces/IProcessTelemetryContext.js +1 -1
  84. package/dist-es5/JavaScriptSDK.Interfaces/ISenderPostManager.js +1 -1
  85. package/dist-es5/JavaScriptSDK.Interfaces/ITelemetryInitializers.js +1 -1
  86. package/dist-es5/JavaScriptSDK.Interfaces/ITelemetryItem.js +1 -1
  87. package/dist-es5/JavaScriptSDK.Interfaces/ITelemetryPlugin.js +1 -1
  88. package/dist-es5/JavaScriptSDK.Interfaces/ITelemetryPluginChain.js +1 -1
  89. package/dist-es5/JavaScriptSDK.Interfaces/ITelemetryUnloadState.js +1 -1
  90. package/dist-es5/JavaScriptSDK.Interfaces/ITelemetryUpdateState.js +1 -1
  91. package/dist-es5/JavaScriptSDK.Interfaces/ITraceParent.js +1 -1
  92. package/dist-es5/JavaScriptSDK.Interfaces/IUnloadHook.js +1 -1
  93. package/dist-es5/JavaScriptSDK.Interfaces/IUnloadableComponent.js +1 -1
  94. package/dist-es5/JavaScriptSDK.Interfaces/IXDomainRequest.js +1 -1
  95. package/dist-es5/JavaScriptSDK.Interfaces/IXHROverride.js +1 -1
  96. package/dist-es5/__DynamicConstants.js +1 -1
  97. package/dist-es5/applicationinsights-core-js.js +1 -1
  98. package/package.json +1 -1
  99. package/types/applicationinsights-core-js.d.ts +11 -11
  100. package/types/applicationinsights-core-js.namespaced.d.ts +11 -11
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2411-14
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.5-nightly3.2411-12",
4
+ "version": "3.3.5-nightly3.2411-14",
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.5-nightly3.2411-12
2
+ * Microsoft Application Insights Core Javascript SDK, 3.3.5-nightly3.2411-14
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -84,7 +84,7 @@ export declare type ActiveStatus = number | eActiveStatus;
84
84
  * @param eventName - {string} - The name of the event
85
85
  * @param callback - {any} - The callback function that needs to be executed for the given event
86
86
  * @param evtNamespace - [Optional] Namespace(s) to append to the event listeners so they can be uniquely identified and removed based on this namespace.
87
- * @return {boolean} - true if the handler was successfully added
87
+ * @returns {boolean} - true if the handler was successfully added
88
88
  */
89
89
  export declare function addEventHandler(eventName: string, callback: any, evtNamespace?: string | string[] | null): boolean;
90
90
 
@@ -228,7 +228,7 @@ export declare class AppInsightsCore<CfgType extends IConfiguration = IConfigura
228
228
  * @param unloadComplete - An optional callback that will be called once the unload has completed
229
229
  * @param cbTimeout - An optional timeout to wait for any flush operations to complete before proceeding with the
230
230
  * unload. Defaults to 5 seconds.
231
- * @return Nothing or if occurring asynchronously a [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
231
+ * @returns Nothing or if occurring asynchronously a [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
232
232
  * which will be resolved once the unload is complete, the [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
233
233
  * will only be returned when no callback is provided and isAsync is true
234
234
  */
@@ -708,7 +708,7 @@ export declare class DiagnosticLogger implements IDiagnosticLogger {
708
708
  * Unload and remove any state that this IDiagnosticLogger may be holding, this is generally called when the
709
709
  * owning SDK is being unloaded.
710
710
  * @param isAsync - Can the unload be performed asynchronously (default)
711
- * @return If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
711
+ * @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
712
712
  * the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
713
713
  * / Promise to allow any listeners to wait for the operation to complete.
714
714
  */
@@ -1220,7 +1220,7 @@ export declare interface IAppInsightsCore<CfgType extends IConfiguration = IConf
1220
1220
  * @param unloadComplete - An optional callback that will be called once the unload has completed
1221
1221
  * @param cbTimeout - An optional timeout to wait for any flush operations to complete before proceeding with the
1222
1222
  * unload. Defaults to 5 seconds.
1223
- * @return Nothing or if occurring asynchronously a [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
1223
+ * @returns Nothing or if occurring asynchronously a [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
1224
1224
  * which will be resolved once the unload is complete, the [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
1225
1225
  * will only be returned when no callback is provided and isAsync is true
1226
1226
  */
@@ -1740,7 +1740,7 @@ export declare interface ICookieMgr {
1740
1740
  * Unload and remove any state that this ICookieMgr may be holding, this is generally called when the
1741
1741
  * owning SDK is being unloaded.
1742
1742
  * @param isAsync - Can the unload be performed asynchronously (default)
1743
- * @return If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
1743
+ * @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
1744
1744
  * the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
1745
1745
  * / Promise to allow any listeners to wait for the operation to complete.
1746
1746
  */
@@ -1864,7 +1864,7 @@ export declare interface IDiagnosticLogger {
1864
1864
  * Unload and remove any state that this IDiagnosticLogger may be holding, this is generally called when the
1865
1865
  * owning SDK is being unloaded.
1866
1866
  * @param isAsync - Can the unload be performed asynchronously (default)
1867
- * @return If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
1867
+ * @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
1868
1868
  * the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
1869
1869
  * / Promise to allow any listeners to wait for the operation to complete.
1870
1870
  */
@@ -2295,7 +2295,7 @@ export declare interface INotificationListener {
2295
2295
  * Unload and remove any state that this INotificationListener may be holding, this is generally called when the
2296
2296
  * owning Manager is being unloaded.
2297
2297
  * @param isAsync - Can the unload be performed asynchronously (default)
2298
- * @return If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
2298
+ * @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
2299
2299
  * the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
2300
2300
  * / Promise to allow any listeners to wait for the operation to complete.
2301
2301
  */
@@ -2364,7 +2364,7 @@ export declare interface INotificationManager {
2364
2364
  * Unload and remove any state that this INotificationManager may be holding, this is generally called when the
2365
2365
  * owning SDK is being unloaded.
2366
2366
  * @param isAsync - Can the unload be performed asynchronously (default)
2367
- * @return If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
2367
+ * @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
2368
2368
  * the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
2369
2369
  * / Promise to allow any listeners to wait for the operation to complete.
2370
2370
  */
@@ -3279,14 +3279,14 @@ export declare class NotificationManager implements INotificationManager {
3279
3279
  /**
3280
3280
  * [Optional] This event is sent if you have enabled perf events, they are primarily used to track internal performance testing and debugging
3281
3281
  * the event can be displayed via the debug plugin extension.
3282
- * @param perfEvent
3282
+ * @param perfEvent - The performance event object containing relevant performance data.
3283
3283
  */
3284
3284
  perfEvent?(perfEvent: IPerfEvent): void;
3285
3285
  /**
3286
3286
  * Unload and remove any state that this INotificationManager may be holding, this is generally called when the
3287
3287
  * owning SDK is being unloaded.
3288
3288
  * @param isAsync - Can the unload be performed asynchronously (default)
3289
- * @return If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
3289
+ * @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
3290
3290
  * the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
3291
3291
  * / Promise to allow any listeners to wait for the operation to complete.
3292
3292
  */
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights Core Javascript SDK, 3.3.5-nightly3.2411-12
2
+ * Microsoft Application Insights Core Javascript SDK, 3.3.5-nightly3.2411-14
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -26,7 +26,7 @@ declare namespace ApplicationInsights {
26
26
  * @param eventName - {string} - The name of the event
27
27
  * @param callback - {any} - The callback function that needs to be executed for the given event
28
28
  * @param evtNamespace - [Optional] Namespace(s) to append to the event listeners so they can be uniquely identified and removed based on this namespace.
29
- * @return {boolean} - true if the handler was successfully added
29
+ * @returns {boolean} - true if the handler was successfully added
30
30
  */
31
31
  function addEventHandler(eventName: string, callback: any, evtNamespace?: string | string[] | null): boolean;
32
32
 
@@ -170,7 +170,7 @@ declare namespace ApplicationInsights {
170
170
  * @param unloadComplete - An optional callback that will be called once the unload has completed
171
171
  * @param cbTimeout - An optional timeout to wait for any flush operations to complete before proceeding with the
172
172
  * unload. Defaults to 5 seconds.
173
- * @return Nothing or if occurring asynchronously a [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
173
+ * @returns Nothing or if occurring asynchronously a [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
174
174
  * which will be resolved once the unload is complete, the [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
175
175
  * will only be returned when no callback is provided and isAsync is true
176
176
  */
@@ -926,7 +926,7 @@ declare namespace ApplicationInsights {
926
926
  * Unload and remove any state that this IDiagnosticLogger may be holding, this is generally called when the
927
927
  * owning SDK is being unloaded.
928
928
  * @param isAsync - Can the unload be performed asynchronously (default)
929
- * @return If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
929
+ * @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
930
930
  * the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
931
931
  * / Promise to allow any listeners to wait for the operation to complete.
932
932
  */
@@ -1629,7 +1629,7 @@ declare namespace ApplicationInsights {
1629
1629
  * @param unloadComplete - An optional callback that will be called once the unload has completed
1630
1630
  * @param cbTimeout - An optional timeout to wait for any flush operations to complete before proceeding with the
1631
1631
  * unload. Defaults to 5 seconds.
1632
- * @return Nothing or if occurring asynchronously a [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
1632
+ * @returns Nothing or if occurring asynchronously a [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
1633
1633
  * which will be resolved once the unload is complete, the [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
1634
1634
  * will only be returned when no callback is provided and isAsync is true
1635
1635
  */
@@ -2149,7 +2149,7 @@ declare namespace ApplicationInsights {
2149
2149
  * Unload and remove any state that this ICookieMgr may be holding, this is generally called when the
2150
2150
  * owning SDK is being unloaded.
2151
2151
  * @param isAsync - Can the unload be performed asynchronously (default)
2152
- * @return If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
2152
+ * @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
2153
2153
  * the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
2154
2154
  * / Promise to allow any listeners to wait for the operation to complete.
2155
2155
  */
@@ -2273,7 +2273,7 @@ declare namespace ApplicationInsights {
2273
2273
  * Unload and remove any state that this IDiagnosticLogger may be holding, this is generally called when the
2274
2274
  * owning SDK is being unloaded.
2275
2275
  * @param isAsync - Can the unload be performed asynchronously (default)
2276
- * @return If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
2276
+ * @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
2277
2277
  * the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
2278
2278
  * / Promise to allow any listeners to wait for the operation to complete.
2279
2279
  */
@@ -2704,7 +2704,7 @@ declare namespace ApplicationInsights {
2704
2704
  * Unload and remove any state that this INotificationListener may be holding, this is generally called when the
2705
2705
  * owning Manager is being unloaded.
2706
2706
  * @param isAsync - Can the unload be performed asynchronously (default)
2707
- * @return If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
2707
+ * @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
2708
2708
  * the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
2709
2709
  * / Promise to allow any listeners to wait for the operation to complete.
2710
2710
  */
@@ -2773,7 +2773,7 @@ declare namespace ApplicationInsights {
2773
2773
  * Unload and remove any state that this INotificationManager may be holding, this is generally called when the
2774
2774
  * owning SDK is being unloaded.
2775
2775
  * @param isAsync - Can the unload be performed asynchronously (default)
2776
- * @return If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
2776
+ * @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
2777
2777
  * the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
2778
2778
  * / Promise to allow any listeners to wait for the operation to complete.
2779
2779
  */
@@ -4186,14 +4186,14 @@ declare namespace ApplicationInsights {
4186
4186
  /**
4187
4187
  * [Optional] This event is sent if you have enabled perf events, they are primarily used to track internal performance testing and debugging
4188
4188
  * the event can be displayed via the debug plugin extension.
4189
- * @param perfEvent
4189
+ * @param perfEvent - The performance event object containing relevant performance data.
4190
4190
  */
4191
4191
  perfEvent?(perfEvent: IPerfEvent): void;
4192
4192
  /**
4193
4193
  * Unload and remove any state that this INotificationManager may be holding, this is generally called when the
4194
4194
  * owning SDK is being unloaded.
4195
4195
  * @param isAsync - Can the unload be performed asynchronously (default)
4196
- * @return If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
4196
+ * @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
4197
4197
  * the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
4198
4198
  * / Promise to allow any listeners to wait for the operation to complete.
4199
4199
  */