@microsoft/applicationinsights-web-basic 2.8.4-nightly.2205-06 → 2.8.4-nightly.2205-07

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.4-nightly.2205-06
2
+ * Microsoft.ApplicationInsights, 2.8.4-nightly.2205-07
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1000,6 +1000,11 @@ declare namespace ApplicationInsights {
1000
1000
  * [Optional] The number of events that can be kept in memory before the SDK starts to drop events. By default, this is 10,000.
1001
1001
  */
1002
1002
  eventsLimitInMem?: number;
1003
+ /**
1004
+ * [Optional] Disable iKey deprecation error message.
1005
+ * @defaultValue true
1006
+ */
1007
+ disableIkeyDeprecationMessage?: boolean;
1003
1008
  }
1004
1009
 
1005
1010
  /**
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript Web SDK - Basic, 2.8.4-nightly.2205-06
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.4-nightly.2205-07
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1482,7 +1482,7 @@
1482
1482
  }
1483
1483
 
1484
1484
  var _objDefineProperty = ObjDefineProperty;
1485
- var version = "2.8.4-nightly.2205-06";
1485
+ var version = "2.8.4-nightly.2205-07";
1486
1486
  var instanceName = "." + newId(6);
1487
1487
  var _dataUid = 0;
1488
1488
  function _createAccessor(target, prop, value) {
@@ -4949,7 +4949,7 @@
4949
4949
  }
4950
4950
  }
4951
4951
  var EnvelopeCreator = {
4952
- Version: "2.8.4-nightly.2205-06"
4952
+ Version: "2.8.4-nightly.2205-07"
4953
4953
  };
4954
4954
  function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
4955
4955
  EnvelopeCreatorInit(logger, telemetryItem);