@microsoft/applicationinsights-react-native 4.4.0 → 4.4.1-nightly.2604-03

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
- * Application Insights JavaScript SDK - React Native Plugin, 4.4.0
2
+ * Application Insights JavaScript SDK - React Native Plugin, 4.4.1-nightly.2604-03
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1608,7 +1608,7 @@
1608
1608
  return result;
1609
1609
  }
1610
1610
 
1611
- var version = '3.4.1';
1611
+ var version = '3.4.0-nightly3.2604-03';
1612
1612
  var instanceName = "." + newId(6);
1613
1613
  var _dataUid = 0;
1614
1614
  function _canAcceptData(target) {
@@ -2345,7 +2345,7 @@
2345
2345
  return _InternalLogMessage;
2346
2346
  }());
2347
2347
  function safeGetLogger(core, config) {
2348
- return (core || {})[_DYN_LOGGER ] || new DiagnosticLogger(config || (core || {})[_DYN_CONFIG ]);
2348
+ return (core || {})[_DYN_LOGGER ] || new DiagnosticLogger(config);
2349
2349
  }
2350
2350
  var DiagnosticLogger = /** @class */ (function () {
2351
2351
  function DiagnosticLogger(config) {