@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.
- package/browser/applicationinsights-react-native.js +2 -2
- package/browser/applicationinsights-react-native.js.map +1 -1
- package/browser/applicationinsights-react-native.min.js +2 -2
- package/browser/applicationinsights-react-native.min.js.map +1 -1
- package/dist/applicationinsights-react-native.d.ts +1 -1
- package/dist/applicationinsights-react-native.js +2 -2
- package/dist/applicationinsights-react-native.js.map +1 -1
- package/dist/applicationinsights-react-native.min.js +2 -2
- package/dist/applicationinsights-react-native.min.js.map +1 -1
- package/dist/applicationinsights-react-native.rollup.d.ts +1 -1
- package/dist-esm/Interfaces/INativeDevice.js +1 -1
- package/dist-esm/Interfaces/IReactNativePluginConfig.js +1 -1
- package/dist-esm/Interfaces/index.js +1 -1
- package/dist-esm/ReactNativePlugin.js +1 -1
- package/dist-esm/index.js +1 -1
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - React Native Plugin, 2.4.1-nightly.202110-
|
|
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 =
|
|
559
|
+
logFunc = func;
|
|
560
560
|
}
|
|
561
561
|
if (isFunction(theConsole[logFunc])) {
|
|
562
562
|
theConsole[logFunc](message);
|