@microsoft/applicationinsights-core-js 2.8.7-nightly.2208-09 → 2.8.7

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 (66) 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 +46 -66
  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/JavaScriptSDK/AppInsightsCore.js +1 -1
  14. package/dist-esm/JavaScriptSDK/BaseCore.js +1 -1
  15. package/dist-esm/JavaScriptSDK/BaseTelemetryPlugin.js +1 -1
  16. package/dist-esm/JavaScriptSDK/ChannelController.js +1 -1
  17. package/dist-esm/JavaScriptSDK/CookieMgr.js +1 -1
  18. package/dist-esm/JavaScriptSDK/CoreUtils.js +1 -1
  19. package/dist-esm/JavaScriptSDK/DataCacheHelper.js +2 -2
  20. package/dist-esm/JavaScriptSDK/DataCacheHelper.js.map +1 -1
  21. package/dist-esm/JavaScriptSDK/DbgExtensionUtils.js +1 -1
  22. package/dist-esm/JavaScriptSDK/DiagnosticLogger.js +1 -1
  23. package/dist-esm/JavaScriptSDK/EnvUtils.js +1 -1
  24. package/dist-esm/JavaScriptSDK/EventHelpers.js +1 -1
  25. package/dist-esm/JavaScriptSDK/HelperFuncs.js +1 -1
  26. package/dist-esm/JavaScriptSDK/InstrumentHooks.js +1 -1
  27. package/dist-esm/JavaScriptSDK/InternalConstants.js +1 -1
  28. package/dist-esm/JavaScriptSDK/NotificationManager.js +1 -1
  29. package/dist-esm/JavaScriptSDK/PerfManager.js +1 -1
  30. package/dist-esm/JavaScriptSDK/ProcessTelemetryContext.js +1 -1
  31. package/dist-esm/JavaScriptSDK/RandomHelper.js +1 -1
  32. package/dist-esm/JavaScriptSDK/TelemetryHelpers.js +1 -1
  33. package/dist-esm/JavaScriptSDK/TelemetryInitializerPlugin.js +1 -1
  34. package/dist-esm/JavaScriptSDK/UnloadHandlerContainer.js +1 -1
  35. package/dist-esm/JavaScriptSDK/W3cTraceParent.js +1 -1
  36. package/dist-esm/JavaScriptSDK.Enums/EnumHelperFuncs.js +1 -1
  37. package/dist-esm/JavaScriptSDK.Enums/EventsDiscardedReason.js +1 -1
  38. package/dist-esm/JavaScriptSDK.Enums/LoggingEnums.js +1 -1
  39. package/dist-esm/JavaScriptSDK.Enums/SendRequestReason.js +1 -1
  40. package/dist-esm/JavaScriptSDK.Enums/TelemetryUnloadReason.js +1 -1
  41. package/dist-esm/JavaScriptSDK.Enums/TelemetryUpdateReason.js +1 -1
  42. package/dist-esm/JavaScriptSDK.Interfaces/IAppInsightsCore.js +1 -1
  43. package/dist-esm/JavaScriptSDK.Interfaces/IChannelControls.js +1 -1
  44. package/dist-esm/JavaScriptSDK.Interfaces/IConfiguration.js +1 -1
  45. package/dist-esm/JavaScriptSDK.Interfaces/ICookieMgr.js +1 -1
  46. package/dist-esm/JavaScriptSDK.Interfaces/IDbgExtension.js +1 -1
  47. package/dist-esm/JavaScriptSDK.Interfaces/IDiagnosticLogger.js +1 -1
  48. package/dist-esm/JavaScriptSDK.Interfaces/IDistributedTraceContext.js +1 -1
  49. package/dist-esm/JavaScriptSDK.Interfaces/IInstrumentHooks.js +1 -1
  50. package/dist-esm/JavaScriptSDK.Interfaces/INotificationListener.js +1 -1
  51. package/dist-esm/JavaScriptSDK.Interfaces/INotificationManager.js +1 -1
  52. package/dist-esm/JavaScriptSDK.Interfaces/IPerfEvent.js +1 -1
  53. package/dist-esm/JavaScriptSDK.Interfaces/IPerfManager.js +1 -1
  54. package/dist-esm/JavaScriptSDK.Interfaces/IProcessTelemetryContext.js +1 -1
  55. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryInitializers.js +1 -1
  56. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryItem.js +1 -1
  57. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryPlugin.js +1 -1
  58. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryPluginChain.js +1 -1
  59. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryUnloadState.js +1 -1
  60. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryUpdateState.js +1 -1
  61. package/dist-esm/JavaScriptSDK.Interfaces/ITraceParent.js +1 -1
  62. package/dist-esm/JavaScriptSDK.Interfaces/IUnloadableComponent.js +1 -1
  63. package/dist-esm/__DynamicConstants.js +1 -1
  64. package/dist-esm/applicationinsights-core-js.js +1 -1
  65. package/package.json +70 -73
  66. package/types/tsdoc-metadata.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.29.0",
4
+ "toolVersion": "7.30.0",
5
5
  "schemaVersion": 1009,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -3083,11 +3083,7 @@
3083
3083
  },
3084
3084
  {
3085
3085
  "kind": "Content",
3086
- "text": " "
3087
- },
3088
- {
3089
- "kind": "Content",
3090
- "text": "implements "
3086
+ "text": " implements "
3091
3087
  },
3092
3088
  {
3093
3089
  "kind": "Reference",
@@ -3276,8 +3272,8 @@
3276
3272
  },
3277
3273
  "implementsTokenRanges": [
3278
3274
  {
3279
- "startIndex": 4,
3280
- "endIndex": 5
3275
+ "startIndex": 3,
3276
+ "endIndex": 4
3281
3277
  }
3282
3278
  ]
3283
3279
  },
@@ -4005,11 +4001,7 @@
4005
4001
  },
4006
4002
  {
4007
4003
  "kind": "Content",
4008
- "text": " "
4009
- },
4010
- {
4011
- "kind": "Content",
4012
- "text": "= "
4004
+ "text": " = "
4013
4005
  },
4014
4006
  {
4015
4007
  "kind": "Reference",
@@ -4069,15 +4061,15 @@
4069
4061
  "endIndex": 2
4070
4062
  },
4071
4063
  "defaultTypeTokenRange": {
4072
- "startIndex": 4,
4073
- "endIndex": 5
4064
+ "startIndex": 3,
4065
+ "endIndex": 4
4074
4066
  }
4075
4067
  }
4076
4068
  ],
4077
4069
  "isStatic": false,
4078
4070
  "returnTypeTokenRange": {
4079
- "startIndex": 14,
4080
- "endIndex": 15
4071
+ "startIndex": 13,
4072
+ "endIndex": 14
4081
4073
  },
4082
4074
  "releaseTag": "Public",
4083
4075
  "isProtected": false,
@@ -4086,32 +4078,32 @@
4086
4078
  {
4087
4079
  "parameterName": "plugin",
4088
4080
  "parameterTypeTokenRange": {
4089
- "startIndex": 6,
4090
- "endIndex": 7
4081
+ "startIndex": 5,
4082
+ "endIndex": 6
4091
4083
  },
4092
4084
  "isOptional": false
4093
4085
  },
4094
4086
  {
4095
4087
  "parameterName": "replaceExisting",
4096
4088
  "parameterTypeTokenRange": {
4097
- "startIndex": 8,
4098
- "endIndex": 9
4089
+ "startIndex": 7,
4090
+ "endIndex": 8
4099
4091
  },
4100
4092
  "isOptional": true
4101
4093
  },
4102
4094
  {
4103
4095
  "parameterName": "doAsync",
4104
4096
  "parameterTypeTokenRange": {
4105
- "startIndex": 10,
4106
- "endIndex": 11
4097
+ "startIndex": 9,
4098
+ "endIndex": 10
4107
4099
  },
4108
4100
  "isOptional": true
4109
4101
  },
4110
4102
  {
4111
4103
  "parameterName": "addCb",
4112
4104
  "parameterTypeTokenRange": {
4113
- "startIndex": 12,
4114
- "endIndex": 13
4105
+ "startIndex": 11,
4106
+ "endIndex": 12
4115
4107
  },
4116
4108
  "isOptional": true
4117
4109
  }
@@ -4529,11 +4521,7 @@
4529
4521
  },
4530
4522
  {
4531
4523
  "kind": "Content",
4532
- "text": " "
4533
- },
4534
- {
4535
- "kind": "Content",
4536
- "text": "= "
4524
+ "text": " = "
4537
4525
  },
4538
4526
  {
4539
4527
  "kind": "Reference",
@@ -4574,15 +4562,15 @@
4574
4562
  "endIndex": 2
4575
4563
  },
4576
4564
  "defaultTypeTokenRange": {
4577
- "startIndex": 4,
4578
- "endIndex": 5
4565
+ "startIndex": 3,
4566
+ "endIndex": 4
4579
4567
  }
4580
4568
  }
4581
4569
  ],
4582
4570
  "isStatic": false,
4583
4571
  "returnTypeTokenRange": {
4584
- "startIndex": 8,
4585
- "endIndex": 10
4572
+ "startIndex": 7,
4573
+ "endIndex": 9
4586
4574
  },
4587
4575
  "releaseTag": "Public",
4588
4576
  "isProtected": false,
@@ -4591,8 +4579,8 @@
4591
4579
  {
4592
4580
  "parameterName": "pluginIdentifier",
4593
4581
  "parameterTypeTokenRange": {
4594
- "startIndex": 6,
4595
- "endIndex": 7
4582
+ "startIndex": 5,
4583
+ "endIndex": 6
4596
4584
  },
4597
4585
  "isOptional": false
4598
4586
  }
@@ -9902,11 +9890,7 @@
9902
9890
  },
9903
9891
  {
9904
9892
  "kind": "Content",
9905
- "text": " "
9906
- },
9907
- {
9908
- "kind": "Content",
9909
- "text": "= "
9893
+ "text": " = "
9910
9894
  },
9911
9895
  {
9912
9896
  "kind": "Reference",
@@ -9960,8 +9944,8 @@
9960
9944
  ],
9961
9945
  "isOptional": false,
9962
9946
  "returnTypeTokenRange": {
9963
- "startIndex": 14,
9964
- "endIndex": 15
9947
+ "startIndex": 13,
9948
+ "endIndex": 14
9965
9949
  },
9966
9950
  "releaseTag": "Public",
9967
9951
  "overloadIndex": 1,
@@ -9969,32 +9953,32 @@
9969
9953
  {
9970
9954
  "parameterName": "plugin",
9971
9955
  "parameterTypeTokenRange": {
9972
- "startIndex": 6,
9973
- "endIndex": 7
9956
+ "startIndex": 5,
9957
+ "endIndex": 6
9974
9958
  },
9975
9959
  "isOptional": false
9976
9960
  },
9977
9961
  {
9978
9962
  "parameterName": "replaceExisting",
9979
9963
  "parameterTypeTokenRange": {
9980
- "startIndex": 8,
9981
- "endIndex": 9
9964
+ "startIndex": 7,
9965
+ "endIndex": 8
9982
9966
  },
9983
9967
  "isOptional": true
9984
9968
  },
9985
9969
  {
9986
9970
  "parameterName": "doAsync",
9987
9971
  "parameterTypeTokenRange": {
9988
- "startIndex": 10,
9989
- "endIndex": 11
9972
+ "startIndex": 9,
9973
+ "endIndex": 10
9990
9974
  },
9991
9975
  "isOptional": true
9992
9976
  },
9993
9977
  {
9994
9978
  "parameterName": "addCb",
9995
9979
  "parameterTypeTokenRange": {
9996
- "startIndex": 12,
9997
- "endIndex": 13
9980
+ "startIndex": 11,
9981
+ "endIndex": 12
9998
9982
  },
9999
9983
  "isOptional": true
10000
9984
  }
@@ -10007,8 +9991,8 @@
10007
9991
  "endIndex": 2
10008
9992
  },
10009
9993
  "defaultTypeTokenRange": {
10010
- "startIndex": 4,
10011
- "endIndex": 5
9994
+ "startIndex": 3,
9995
+ "endIndex": 4
10012
9996
  }
10013
9997
  }
10014
9998
  ],
@@ -10335,11 +10319,7 @@
10335
10319
  },
10336
10320
  {
10337
10321
  "kind": "Content",
10338
- "text": " "
10339
- },
10340
- {
10341
- "kind": "Content",
10342
- "text": "= "
10322
+ "text": " = "
10343
10323
  },
10344
10324
  {
10345
10325
  "kind": "Reference",
@@ -10374,8 +10354,8 @@
10374
10354
  ],
10375
10355
  "isOptional": false,
10376
10356
  "returnTypeTokenRange": {
10377
- "startIndex": 8,
10378
- "endIndex": 10
10357
+ "startIndex": 7,
10358
+ "endIndex": 9
10379
10359
  },
10380
10360
  "releaseTag": "Public",
10381
10361
  "overloadIndex": 1,
@@ -10383,8 +10363,8 @@
10383
10363
  {
10384
10364
  "parameterName": "pluginIdentifier",
10385
10365
  "parameterTypeTokenRange": {
10386
- "startIndex": 6,
10387
- "endIndex": 7
10366
+ "startIndex": 5,
10367
+ "endIndex": 6
10388
10368
  },
10389
10369
  "isOptional": false
10390
10370
  }
@@ -10397,8 +10377,8 @@
10397
10377
  "endIndex": 2
10398
10378
  },
10399
10379
  "defaultTypeTokenRange": {
10400
- "startIndex": 4,
10401
- "endIndex": 5
10380
+ "startIndex": 3,
10381
+ "endIndex": 4
10402
10382
  }
10403
10383
  }
10404
10384
  ],
@@ -19756,7 +19736,7 @@
19756
19736
  {
19757
19737
  "kind": "Reference",
19758
19738
  "text": "ITelemetryProcessor",
19759
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryProcessor:interface"
19739
+ "canonicalReference": "@microsoft/applicationinsights-core-js!~ITelemetryProcessor:interface"
19760
19740
  },
19761
19741
  {
19762
19742
  "kind": "Content",
@@ -19872,7 +19852,7 @@
19872
19852
  {
19873
19853
  "kind": "Reference",
19874
19854
  "text": "ITelemetryProcessor",
19875
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryProcessor:interface"
19855
+ "canonicalReference": "@microsoft/applicationinsights-core-js!~ITelemetryProcessor:interface"
19876
19856
  },
19877
19857
  {
19878
19858
  "kind": "Content",
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights Core Javascript SDK, 2.8.7-nightly.2208-09
2
+ * Microsoft Application Insights Core Javascript SDK, 2.8.7
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, 2.8.7-nightly.2208-09
2
+ * Application Insights JavaScript SDK - Core, 2.8.7
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1672,7 +1672,7 @@
1672
1672
  }
1673
1673
 
1674
1674
  var _objDefineProperty = ObjDefineProperty;
1675
- var version = "2.8.7-nightly.2208-09";
1675
+ var version = '2.8.7';
1676
1676
  var instanceName = "." + newId(6);
1677
1677
  var _dataUid = 0;
1678
1678
  function _createAccessor(target, prop, value) {