@microsoft/applicationinsights-react-js 19.4.0 → 19.4.1-nightly.2604-04

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.58.1",
4
+ "toolVersion": "7.58.2",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights react plugin, 19.4.0
2
+ * Microsoft Application Insights react plugin, 19.4.1-nightly.2604-04
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 - React Plugin, 19.4.0
2
+ * Application Insights JavaScript SDK - React Plugin, 19.4.1-nightly.2604-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1695,7 +1695,7 @@
1695
1695
  return result;
1696
1696
  }
1697
1697
 
1698
- var version = '3.4.1';
1698
+ var version = '3.4.0-nightly3.2604-03';
1699
1699
  var instanceName = "." + newId(6);
1700
1700
  var _dataUid = 0;
1701
1701
  function _canAcceptData(target) {
@@ -2432,7 +2432,7 @@
2432
2432
  return _InternalLogMessage;
2433
2433
  }());
2434
2434
  function safeGetLogger(core, config) {
2435
- return (core || {})[_DYN_LOGGER ] || new DiagnosticLogger(config || (core || {})[_DYN_CONFIG ]);
2435
+ return (core || {})[_DYN_LOGGER ] || new DiagnosticLogger(config);
2436
2436
  }
2437
2437
  var DiagnosticLogger = /** @class */ (function () {
2438
2438
  function DiagnosticLogger(config) {