@microsoft/applicationinsights-web-basic 2.8.0-nightly.2204-13 → 2.8.0-nightly.2204-16

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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft.ApplicationInsights, 2.8.0-nightly.2204-13
2
+ * Microsoft.ApplicationInsights, 2.8.0-nightly.2204-16
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -763,7 +763,7 @@ declare namespace ApplicationInsights {
763
763
  */
764
764
  disableAjaxTracking?: boolean;
765
765
  /**
766
- * If true, Fetch requests are not autocollected. Default is true.
766
+ * If true, Fetch requests are not autocollected. Default is false (Since 2.8.0, previously true).
767
767
  * @defaultValue true
768
768
  */
769
769
  disableFetchTracking?: boolean;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript Web SDK - Basic, 2.8.0-nightly.2204-13
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.0-nightly.2204-16
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1475,7 +1475,7 @@
1475
1475
  }
1476
1476
 
1477
1477
  var _objDefineProperty = ObjDefineProperty;
1478
- var version = "2.8.0-nightly.2204-13";
1478
+ var version = "2.8.0-nightly.2204-16";
1479
1479
  var instanceName = "." + newId(6);
1480
1480
  var _dataUid = 0;
1481
1481
  function _createAccessor(target, prop, value) {
@@ -4933,7 +4933,7 @@
4933
4933
  }
4934
4934
  }
4935
4935
  var EnvelopeCreator = {
4936
- Version: "2.8.0-nightly.2204-13"
4936
+ Version: "2.8.0-nightly.2204-16"
4937
4937
  };
4938
4938
  function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
4939
4939
  EnvelopeCreatorInit(logger, telemetryItem);