@microsoft/applicationinsights-web-basic 2.8.7-nightly.2208-10 → 2.8.8-nightly.2209-01

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,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.29.5",
4
+ "toolVersion": "7.30.0",
5
5
  "schemaVersion": 1009,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -6757,7 +6757,7 @@
6757
6757
  {
6758
6758
  "kind": "Reference",
6759
6759
  "text": "value",
6760
- "canonicalReference": "@microsoft/applicationinsights-web-basic!~value"
6760
+ "canonicalReference": "@microsoft/applicationinsights-web-basic!value"
6761
6761
  },
6762
6762
  {
6763
6763
  "kind": "Content",
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft.ApplicationInsights, 2.8.7-nightly.2208-10
2
+ * Microsoft.ApplicationInsights, 2.8.8-nightly.2209-01
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1023,6 +1023,13 @@ declare namespace ApplicationInsights {
1023
1023
  * @defaultValue true
1024
1024
  */
1025
1025
  disableIkeyDeprecationMessage?: boolean;
1026
+ /**
1027
+ * [Optional] Flag to indicate whether the internal looking endpoints should be automatically
1028
+ * added to the `excludeRequestFromAutoTrackingPatterns` collection. (defaults to true).
1029
+ * This flag exists as the provided regex is generic and may unexpectedly match a domain that
1030
+ * should not be excluded.
1031
+ */
1032
+ addIntEndpoints?: boolean;
1026
1033
  }
1027
1034
 
1028
1035
  /**
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript Web SDK - Basic, 2.8.7-nightly.2208-10
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.8-nightly.2209-01
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1537,7 +1537,7 @@
1537
1537
  }
1538
1538
 
1539
1539
  var _objDefineProperty = ObjDefineProperty;
1540
- var version = "2.8.7-nightly.2208-10";
1540
+ var version = "2.8.8-nightly.2209-01";
1541
1541
  var instanceName = "." + newId(6);
1542
1542
  var _dataUid = 0;
1543
1543
  function _createAccessor(target, prop, value) {
@@ -5063,7 +5063,7 @@
5063
5063
  }
5064
5064
  }
5065
5065
  var EnvelopeCreator = {
5066
- Version: "2.8.7-nightly.2208-10"
5066
+ Version: "2.8.8-nightly.2209-01"
5067
5067
  };
5068
5068
  function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
5069
5069
  EnvelopeCreatorInit(logger, telemetryItem);