@microsoft/applicationinsights-core-js 3.3.5-nightly3.2412-07 → 3.3.5-nightly3.2412-10

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 (96) hide show
  1. package/browser/es5/applicationinsights-core-js.cjs.js +3 -3
  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 +5 -5
  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 +5 -5
  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 +3 -3
  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/TelemetryHelpers.js +1 -1
  52. package/dist-es5/JavaScriptSDK/TelemetryInitializerPlugin.js +1 -1
  53. package/dist-es5/JavaScriptSDK/UnloadHandlerContainer.js +1 -1
  54. package/dist-es5/JavaScriptSDK/UnloadHookContainer.js +1 -1
  55. package/dist-es5/JavaScriptSDK/W3cTraceParent.js +1 -1
  56. package/dist-es5/JavaScriptSDK.Enums/EnumHelperFuncs.js +1 -1
  57. package/dist-es5/JavaScriptSDK.Enums/EventsDiscardedReason.js +1 -1
  58. package/dist-es5/JavaScriptSDK.Enums/FeatureOptInEnums.js +1 -1
  59. package/dist-es5/JavaScriptSDK.Enums/InitActiveStatusEnum.js +1 -1
  60. package/dist-es5/JavaScriptSDK.Enums/LoggingEnums.js +1 -1
  61. package/dist-es5/JavaScriptSDK.Enums/SendRequestReason.js +1 -1
  62. package/dist-es5/JavaScriptSDK.Enums/TelemetryUnloadReason.js +1 -1
  63. package/dist-es5/JavaScriptSDK.Enums/TelemetryUpdateReason.js +1 -1
  64. package/dist-es5/JavaScriptSDK.Interfaces/IAppInsightsCore.js +1 -1
  65. package/dist-es5/JavaScriptSDK.Interfaces/IChannelControls.js +1 -1
  66. package/dist-es5/JavaScriptSDK.Interfaces/IChannelControlsHost.js +1 -1
  67. package/dist-es5/JavaScriptSDK.Interfaces/IConfiguration.js +1 -1
  68. package/dist-es5/JavaScriptSDK.Interfaces/ICookieMgr.js +1 -1
  69. package/dist-es5/JavaScriptSDK.Interfaces/IDbgExtension.js +1 -1
  70. package/dist-es5/JavaScriptSDK.Interfaces/IDiagnosticLogger.js +1 -1
  71. package/dist-es5/JavaScriptSDK.Interfaces/IDistributedTraceContext.js +1 -1
  72. package/dist-es5/JavaScriptSDK.Interfaces/IExceptionConfig.js +1 -1
  73. package/dist-es5/JavaScriptSDK.Interfaces/IFeatureOptIn.js +1 -1
  74. package/dist-es5/JavaScriptSDK.Interfaces/IInstrumentHooks.js +1 -1
  75. package/dist-es5/JavaScriptSDK.Interfaces/INotificationListener.js +1 -1
  76. package/dist-es5/JavaScriptSDK.Interfaces/INotificationManager.js +1 -1
  77. package/dist-es5/JavaScriptSDK.Interfaces/IPerfEvent.js +1 -1
  78. package/dist-es5/JavaScriptSDK.Interfaces/IPerfManager.js +1 -1
  79. package/dist-es5/JavaScriptSDK.Interfaces/IProcessTelemetryContext.js +1 -1
  80. package/dist-es5/JavaScriptSDK.Interfaces/ISenderPostManager.js +1 -1
  81. package/dist-es5/JavaScriptSDK.Interfaces/ITelemetryInitializers.js +1 -1
  82. package/dist-es5/JavaScriptSDK.Interfaces/ITelemetryItem.js +1 -1
  83. package/dist-es5/JavaScriptSDK.Interfaces/ITelemetryPlugin.js +1 -1
  84. package/dist-es5/JavaScriptSDK.Interfaces/ITelemetryPluginChain.js +1 -1
  85. package/dist-es5/JavaScriptSDK.Interfaces/ITelemetryUnloadState.js +1 -1
  86. package/dist-es5/JavaScriptSDK.Interfaces/ITelemetryUpdateState.js +1 -1
  87. package/dist-es5/JavaScriptSDK.Interfaces/ITraceParent.js +1 -1
  88. package/dist-es5/JavaScriptSDK.Interfaces/IUnloadHook.js +1 -1
  89. package/dist-es5/JavaScriptSDK.Interfaces/IUnloadableComponent.js +1 -1
  90. package/dist-es5/JavaScriptSDK.Interfaces/IXDomainRequest.js +1 -1
  91. package/dist-es5/JavaScriptSDK.Interfaces/IXHROverride.js +1 -1
  92. package/dist-es5/__DynamicConstants.js +1 -1
  93. package/dist-es5/applicationinsights-core-js.js +1 -1
  94. package/package.json +1 -1
  95. package/types/applicationinsights-core-js.d.ts +1 -1
  96. package/types/applicationinsights-core-js.namespaced.d.ts +13 -13
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2412-07
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2412-10
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.2412-07
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2412-10
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.2412-07
2
+ * Application Insights JavaScript SDK - Core, 3.3.5-nightly3.2412-10
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.2412-07",
4
+ "version": "3.3.5-nightly3.2412-10",
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.2412-07
2
+ * Microsoft Application Insights Core Javascript SDK, 3.3.5-nightly3.2412-10
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
- * Microsoft Application Insights Core Javascript SDK, 3.3.5-nightly3.2412-07
2
+ * Microsoft Application Insights Core Javascript SDK, 3.3.5-nightly3.2412-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -3122,8 +3122,8 @@ declare namespace ApplicationInsights {
3122
3122
  state?: string;
3123
3123
  /**
3124
3124
  * Attaches callbacks for the resolution and/or rejection of the Promise.
3125
- * @param onResolved The callback to execute when the Promise is resolved.
3126
- * @param onRejected The callback to execute when the Promise is rejected.
3125
+ * @param onResolved - The callback to execute when the Promise is resolved.
3126
+ * @param onRejected - The callback to execute when the Promise is rejected.
3127
3127
  * @returns A Promise for the completion of which ever callback is executed.
3128
3128
  * @example
3129
3129
  * ```ts
@@ -3140,8 +3140,8 @@ declare namespace ApplicationInsights {
3140
3140
  then<TResult1 = T, TResult2 = never>(onResolved?: ResolvedPromiseHandler<T, TResult1>, onRejected?: RejectedPromiseHandler<TResult2>): IPromise<TResult1 | TResult2>;
3141
3141
  /**
3142
3142
  * Attaches callbacks for the resolution and/or rejection of the Promise.
3143
- * @param onResolved The callback to execute when the Promise is resolved.
3144
- * @param onRejected The callback to execute when the Promise is rejected.
3143
+ * @param onResolved - The callback to execute when the Promise is resolved.
3144
+ * @param onRejected - The callback to execute when the Promise is rejected.
3145
3145
  * @returns A Promise for the completion of which ever callback is executed.
3146
3146
  * @example
3147
3147
  * ```ts
@@ -3158,8 +3158,8 @@ declare namespace ApplicationInsights {
3158
3158
  then<TResult1 = T, TResult2 = never>(onResolved?: ResolvedPromiseHandler<T, TResult1>, onRejected?: RejectedPromiseHandler<TResult2>): PromiseLike<TResult1 | TResult2>;
3159
3159
  /**
3160
3160
  * Attaches callbacks for the resolution and/or rejection of the Promise.
3161
- * @param onResolved The callback to execute when the Promise is resolved.
3162
- * @param onRejected The callback to execute when the Promise is rejected.
3161
+ * @param onResolved - The callback to execute when the Promise is resolved.
3162
+ * @param onRejected - The callback to execute when the Promise is rejected.
3163
3163
  * @returns A Promise for the completion of which ever callback is executed.
3164
3164
  * @example
3165
3165
  * ```ts
@@ -3176,7 +3176,7 @@ declare namespace ApplicationInsights {
3176
3176
  then<TResult1 = T, TResult2 = never>(onResolved?: ResolvedPromiseHandler<T, TResult1>, onRejected?: RejectedPromiseHandler<TResult2>): Promise<TResult1 | TResult2>;
3177
3177
  /**
3178
3178
  * Attaches a callback for only the rejection of the Promise.
3179
- * @param onRejected The callback to execute when the Promise is rejected.
3179
+ * @param onRejected - The callback to execute when the Promise is rejected.
3180
3180
  * @returns A Promise for the completion of the callback.
3181
3181
  * @example
3182
3182
  * ```ts
@@ -3193,7 +3193,7 @@ declare namespace ApplicationInsights {
3193
3193
  catch<TResult = never>(onRejected?: ((reason: any) => TResult | IPromise<TResult>) | undefined | null): IPromise<T | TResult>;
3194
3194
  /**
3195
3195
  * Attaches a callback for only the rejection of the Promise.
3196
- * @param onRejected The callback to execute when the Promise is rejected.
3196
+ * @param onRejected - The callback to execute when the Promise is rejected.
3197
3197
  * @returns A Promise for the completion of the callback.
3198
3198
  * @example
3199
3199
  * ```ts
@@ -3210,7 +3210,7 @@ declare namespace ApplicationInsights {
3210
3210
  catch<TResult = never>(onRejected?: ((reason: any) => TResult | IPromise<TResult>) | undefined | null): PromiseLike<T | TResult>;
3211
3211
  /**
3212
3212
  * Attaches a callback for only the rejection of the Promise.
3213
- * @param onRejected The callback to execute when the Promise is rejected.
3213
+ * @param onRejected - The callback to execute when the Promise is rejected.
3214
3214
  * @returns A Promise for the completion of the callback.
3215
3215
  * @example
3216
3216
  * ```ts
@@ -3228,7 +3228,7 @@ declare namespace ApplicationInsights {
3228
3228
  /**
3229
3229
  * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
3230
3230
  * resolved value cannot be modified from the callback.
3231
- * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
3231
+ * @param onfinally - The callback to execute when the Promise is settled (fulfilled or rejected).
3232
3232
  * @returns A Promise for the completion of the callback.
3233
3233
  * @example
3234
3234
  * ```ts
@@ -4624,7 +4624,7 @@ declare namespace ApplicationInsights {
4624
4624
  /**
4625
4625
  * This defines the handler function for when a promise is rejected.
4626
4626
  * @param value - This is the value passed as part of resolving the Promise
4627
- * @return This may return a value, another Promise or void. @see {@link IPromise.then} for how the value is handled.
4627
+ * @return This may return a value, another Promise or void. @see {@link https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html#then | IPromise.then} for how the value is handled.
4628
4628
  */
4629
4629
  type RejectedPromiseHandler<T = never> = (((reason: any) => T | IPromise<T> | PromiseLike<T>) | undefined | null);
4630
4630
 
@@ -4677,7 +4677,7 @@ declare namespace ApplicationInsights {
4677
4677
  /**
4678
4678
  * This defines the handler function for when a promise is resolved.
4679
4679
  * @param value - This is the value passed as part of resolving the Promise
4680
- * @return This may return a value, another Promise or void. @see {@link IPromise.then} for how the value is handled.
4680
+ * @return This may return a value, another Promise or void. @see {@link https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html#then | IPromise.then} for how the value is handled.
4681
4681
  */
4682
4682
  type ResolvedPromiseHandler<T, TResult1 = T> = (((value: T) => TResult1 | IPromise<TResult1> | PromiseLike<TResult1>) | undefined | null);
4683
4683