@microsoft/applicationinsights-web-basic 2.8.6 → 2.8.7-nightly.2208-05

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.6
2
+ * Microsoft.ApplicationInsights, 2.8.7-nightly.2208-05
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 Web SDK - Basic, 2.8.6
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.7-nightly.2208-05
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.6';
1540
+ var version = "2.8.7-nightly.2208-05";
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.6'
5066
+ Version: "2.8.7-nightly.2208-05"
5067
5067
  };
5068
5068
  function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
5069
5069
  EnvelopeCreatorInit(logger, telemetryItem);
@@ -6411,13 +6411,13 @@
6411
6411
  }
6412
6412
  dynamicProto(ApplicationInsights, this, function (_self) {
6413
6413
  _self.config = config;
6414
- _self.getSKUDefaults();
6415
6414
  _initialize();
6416
6415
  _self[_DYN_INITIALIZE ] = _initialize;
6417
6416
  _self.getSKUDefaults = function () {
6418
6417
  _self.config[_DYN_DIAGNOSTIC_LOG_INTER0 ] =
6419
6418
  _self.config[_DYN_DIAGNOSTIC_LOG_INTER0 ] && _self.config[_DYN_DIAGNOSTIC_LOG_INTER0 ] > 0 ? _self.config[_DYN_DIAGNOSTIC_LOG_INTER0 ] : 10000;
6420
6419
  };
6420
+ _self.getSKUDefaults();
6421
6421
  proxyFunctions(_self, core, [
6422
6422
  "track",
6423
6423
  "flush",
@@ -6433,8 +6433,8 @@
6433
6433
  var extensions = [];
6434
6434
  var appInsightsChannel = new Sender();
6435
6435
  extensions.push(appInsightsChannel);
6436
- core[_DYN_INITIALIZE ](this.config, extensions);
6437
- appInsightsChannel[_DYN_INITIALIZE ](this.config, core, extensions);
6436
+ core[_DYN_INITIALIZE ](_self.config, extensions);
6437
+ appInsightsChannel[_DYN_INITIALIZE ](_self.config, core, extensions);
6438
6438
  core.pollInternalLogs();
6439
6439
  }
6440
6440
  });