@microsoft/applicationinsights-react-native 2.4.1-nightly.202110-16 → 2.4.1-nightly.202110-17

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, 2.4.1-nightly.202110-16
2
+ * Application Insights JavaScript SDK - React Native Plugin, 2.4.1-nightly.202110-17
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -556,7 +556,7 @@
556
556
  if (!!theConsole) {
557
557
  var logFunc = "log";
558
558
  if (theConsole[func]) {
559
- logFunc = "func";
559
+ logFunc = func;
560
560
  }
561
561
  if (isFunction(theConsole[logFunc])) {
562
562
  theConsole[logFunc](message);