@microsoft/applicationinsights-core-js 3.3.7-nightly3.2504-08 → 3.3.7-nightly3.2504-12

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 +311 -147
  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 +313 -149
  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 +313 -149
  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 +311 -147
  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 +27 -1
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 3.3.7-nightly3.2504-08
2
+ * Application Insights JavaScript SDK - Core, 3.3.7-nightly3.2504-12
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.7-nightly3.2504-08
2
+ * Application Insights JavaScript SDK - Core, 3.3.7-nightly3.2504-12
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.7-nightly3.2504-08
2
+ * Application Insights JavaScript SDK - Core, 3.3.7-nightly3.2504-12
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.7-nightly3.2504-08",
4
+ "version": "3.3.7-nightly3.2504-12",
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.7-nightly3.2504-08
2
+ * Microsoft Application Insights Core Javascript SDK, 3.3.7-nightly3.2504-12
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.7-nightly3.2504-08
2
+ * Microsoft Application Insights Core Javascript SDK, 3.3.7-nightly3.2504-12
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -305,6 +305,7 @@ declare namespace ApplicationInsights {
305
305
  * or -1 if it is not present.
306
306
  * `arrIndexOf()` compares searchElement to elements of the Array using strict equality (the same
307
307
  * method used by the === or triple-equals operator).
308
+ * @function
308
309
  * @group Array
309
310
  * @group ArrayLike
310
311
  * @typeParam T - Identifies the type of array elements
@@ -381,6 +382,7 @@ declare namespace ApplicationInsights {
381
382
  * - indexes that have never been set;
382
383
  * - indexes which have been deleted.
383
384
  *
385
+ * @function
384
386
  * @since 0.3.3
385
387
  * @group Array
386
388
  * @group ArrayLike
@@ -444,6 +446,7 @@ declare namespace ApplicationInsights {
444
446
  * The first time that the callback is run there is no "return value of the previous calculation". If supplied,
445
447
  * an initial value may be used in its place. Otherwise the array element at index 0 is used as the initial
446
448
  * value and iteration starts from the next element (index 1 instead of index 0).
449
+ * @function
447
450
  * @group Array
448
451
  * @group ArrayLike
449
452
  * @typeParam T - Identifies the type of array elements
@@ -502,6 +505,7 @@ declare namespace ApplicationInsights {
502
505
  * The asString() method returns a string representing the value by
503
506
  * explicitly using `String(`value`)`.
504
507
  *
508
+ * @function
505
509
  * @since 0.4.3
506
510
  * @group String
507
511
  * @group Conversion
@@ -860,6 +864,7 @@ declare namespace ApplicationInsights {
860
864
  /**
861
865
  * Perform a deep freeze on the object and all of it's contained values / properties by recursively calling
862
866
  * `objFreeze()` on all enumerable properties of the object and on each property returned.
867
+ * This implementation handles recursive objects (objects that reference themselves) by tracking visited objects.
863
868
  * @group Object
864
869
  * @param value - the object to be completly frozen.
865
870
  * @returns The originally passed in object.
@@ -1352,6 +1357,7 @@ declare namespace ApplicationInsights {
1352
1357
 
1353
1358
  /**
1354
1359
  * Return the global `document` instance.
1360
+ * @function
1355
1361
  * @group Environment
1356
1362
  * @returns
1357
1363
  */
@@ -1418,6 +1424,7 @@ declare namespace ApplicationInsights {
1418
1424
 
1419
1425
  /**
1420
1426
  * Returns the global `history` instance
1427
+ * @function
1421
1428
  * @group Environment
1422
1429
  * @returns
1423
1430
  */
@@ -1451,6 +1458,7 @@ declare namespace ApplicationInsights {
1451
1458
 
1452
1459
  /**
1453
1460
  * Returns the global `navigator` instance
1461
+ * @function
1454
1462
  * @group Environment
1455
1463
  * @returns
1456
1464
  */
@@ -1480,6 +1488,7 @@ declare namespace ApplicationInsights {
1480
1488
 
1481
1489
  /**
1482
1490
  * Return the global `window` instance.
1491
+ * @function
1483
1492
  * @group Environment
1484
1493
  * @returns
1485
1494
  */
@@ -3268,6 +3277,7 @@ declare namespace ApplicationInsights {
3268
3277
  /**
3269
3278
  * Checks if the type of value is an Array.
3270
3279
  *
3280
+ * @function
3271
3281
  * @group Type Identity
3272
3282
  * @group Array
3273
3283
  * @param arg - Value to be checked.
@@ -3297,6 +3307,7 @@ declare namespace ApplicationInsights {
3297
3307
 
3298
3308
  /**
3299
3309
  * Checks if the type of value is a boolean.
3310
+ * @function
3300
3311
  * @group Type Identity
3301
3312
  * @param value - Value to be checked.
3302
3313
  * @return True if the value is a boolean, false otherwise.
@@ -3305,6 +3316,7 @@ declare namespace ApplicationInsights {
3305
3316
 
3306
3317
  /**
3307
3318
  * Check if an object is of type Date
3319
+ * @function
3308
3320
  * @group Type Identity
3309
3321
  * @example
3310
3322
  * ```ts
@@ -3447,6 +3459,7 @@ declare namespace ApplicationInsights {
3447
3459
 
3448
3460
  /**
3449
3461
  * Checks if the type of value is a Error object.
3462
+ * @function
3450
3463
  * @group Type Identity
3451
3464
  * @group Error
3452
3465
  * @param value - Value to be checked.
@@ -3465,6 +3478,7 @@ declare namespace ApplicationInsights {
3465
3478
 
3466
3479
  /**
3467
3480
  * Checks to see if the past value is a function value
3481
+ * @function
3468
3482
  * @group Type Identity
3469
3483
  * @param value - The value to check
3470
3484
  * @returns
@@ -3533,6 +3547,7 @@ declare namespace ApplicationInsights {
3533
3547
 
3534
3548
  /**
3535
3549
  * Checks if the type of value is a number.
3550
+ * @function
3536
3551
  * @group Type Identity
3537
3552
  * @param value - Value to be checked.
3538
3553
  * @return True if the value is a number, false otherwise.
@@ -3541,6 +3556,7 @@ declare namespace ApplicationInsights {
3541
3556
 
3542
3557
  /**
3543
3558
  * Checks to see if the past value is an object value
3559
+ * @function
3544
3560
  * @group Type Identity
3545
3561
  * @group Object
3546
3562
  * @typeParam T - The object type, defaults to any
@@ -3565,6 +3581,7 @@ declare namespace ApplicationInsights {
3565
3581
 
3566
3582
  /**
3567
3583
  * Checks to see if the past value is a string value
3584
+ * @function
3568
3585
  * @group Type Identity
3569
3586
  * @group String
3570
3587
  * @param value - The value to check
@@ -3585,6 +3602,8 @@ declare namespace ApplicationInsights {
3585
3602
 
3586
3603
  /**
3587
3604
  * Checks if the type of value is a symbol.
3605
+ *
3606
+ * @function
3588
3607
  * @group Symbol
3589
3608
  * @param value - Value to be checked.
3590
3609
  * @return True if the value is a symbol, false otherwise.
@@ -4284,6 +4303,7 @@ declare namespace ApplicationInsights {
4284
4303
  * to or removed from the array.
4285
4304
  *
4286
4305
  * `objFreeze()` returns the same object that was passed into the function. It does not create a frozen copy.
4306
+ * @function
4287
4307
  * @group Object
4288
4308
  * @param value - The object to freeze.
4289
4309
  * @returns The object that was passed to the function.
@@ -4297,6 +4317,7 @@ declare namespace ApplicationInsights {
4297
4317
  * objKeys() returns an array whose elements are strings corresponding to the enumerable properties found
4298
4318
  * directly upon object. The ordering of the properties is the same as that given by looping over the
4299
4319
  * properties of the object manually.
4320
+ * @function
4300
4321
  * @group Object
4301
4322
  * @param value - The object to obtain a copy of the keys from
4302
4323
  * @returns An array of the properties names for the value object.
@@ -4330,6 +4351,7 @@ declare namespace ApplicationInsights {
4330
4351
  * The `objSeal()` method seals an object, preventing new properties from being added to it and marking all
4331
4352
  * existing properties as non-configurable. Values of present properties can still be changed as long as they
4332
4353
  * are writable.
4354
+ * @function
4333
4355
  * @group Object
4334
4356
  * @param value - The object which should be sealed.
4335
4357
  * @returns The object being sealed.
@@ -4832,6 +4854,7 @@ declare namespace ApplicationInsights {
4832
4854
 
4833
4855
  /**
4834
4856
  * This method lets you determine whether or not a string ends with another string. This method is case-sensitive.
4857
+ * @function
4835
4858
  * @group String
4836
4859
  * @param value - The value to be checked
4837
4860
  * @param searchString - The characters to be searched for at the end of `value` string.
@@ -4847,6 +4870,7 @@ declare namespace ApplicationInsights {
4847
4870
 
4848
4871
  /**
4849
4872
  * This method lets you determine whether or not a string begins with another string. This method is case-sensitive.
4873
+ * @function
4850
4874
  * @group String
4851
4875
  * @param value - The value to be checked
4852
4876
  * @param searchString - The characters to be searched for at the start of the string
@@ -4861,6 +4885,8 @@ declare namespace ApplicationInsights {
4861
4885
  * without modifying the original string. Whitespace in this context is all the whitespace
4862
4886
  * characters (space, tab, no-break space, etc.) and all the line terminator characters
4863
4887
  * (LF, CR, etc.).
4888
+ *
4889
+ * @function
4864
4890
  * @group String
4865
4891
  * @param value - The string value to be trimmed.
4866
4892
  * @returns A new string representing str stripped of whitespace from both its beginning and end.