@microsoft/applicationinsights-react-native 3.0.0 → 3.0.1-nightly.2208-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.
- package/README.md +6 -1
- package/browser/applicationinsights-react-native.js +5 -3
- 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.api.json +1 -1
- package/dist/applicationinsights-react-native.d.ts +1 -1
- package/dist/applicationinsights-react-native.js +5 -3
- 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/DeviceInfo/DeviceModule.js +1 -1
- package/dist-esm/DeviceInfo/ReactNativeDeviceInfo.js +1 -1
- package/dist-esm/Interfaces/IDeviceInfoModule.js +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 +86 -83
- package/types/tsdoc-metadata.json +1 -1
package/README.md
CHANGED
|
@@ -77,8 +77,13 @@ any previously configured value.
|
|
|
77
77
|
|
|
78
78
|
## Compatibility Matrix
|
|
79
79
|
|
|
80
|
-
The [Compatibility Matrix](https://github.com/microsoft/applicationinsights-react-native#compatibility-
|
|
80
|
+
The [Compatibility Matrix](https://github.com/microsoft/applicationinsights-react-native#compatibility-matrix)
|
|
81
81
|
is tracked and updated on the main project README.md page.
|
|
82
|
+
|
|
83
|
+
## Nightly Builds
|
|
84
|
+
|
|
85
|
+
See the [Main Readme](https://github.com/microsoft/applicationinsights-react-native#nightly-builds)
|
|
86
|
+
|
|
82
87
|
## Contributing
|
|
83
88
|
|
|
84
89
|
This project welcomes contributions and suggestions. Most contributions require you to
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - React Native Plugin, 3.0.
|
|
2
|
+
* Application Insights JavaScript SDK - React Native Plugin, 3.0.1-nightly.2208-04
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -357,9 +357,9 @@
|
|
|
357
357
|
var _DYN_CREATE_NEW = "createNew";
|
|
358
358
|
var _DYN_INDEX_OF = "indexOf";
|
|
359
359
|
var _DYN_USER_AGENT = "userAgent";
|
|
360
|
-
var _DYN_REPLACE = "replace";
|
|
361
360
|
var _DYN_NODE_TYPE = "nodeType";
|
|
362
361
|
var _DYN_APPLY = "apply";
|
|
362
|
+
var _DYN_REPLACE = "replace";
|
|
363
363
|
var _DYN_ENABLE_DEBUG_EXCEPTI4 = "enableDebugExceptions";
|
|
364
364
|
var _DYN_LOG_INTERNAL_MESSAGE = "logInternalMessage";
|
|
365
365
|
var _DYN_TO_LOWER_CASE = "toLowerCase";
|
|
@@ -1042,7 +1042,7 @@
|
|
|
1042
1042
|
}
|
|
1043
1043
|
|
|
1044
1044
|
var _objDefineProperty = ObjDefineProperty;
|
|
1045
|
-
var version = '2.8.
|
|
1045
|
+
var version = '2.8.6';
|
|
1046
1046
|
var instanceName = "." + newId(6);
|
|
1047
1047
|
var _dataUid = 0;
|
|
1048
1048
|
function _createAccessor(target, prop, value) {
|
|
@@ -1664,6 +1664,7 @@
|
|
|
1664
1664
|
|
|
1665
1665
|
var FUNCTION = "function";
|
|
1666
1666
|
var STRING = "string";
|
|
1667
|
+
var ArrCls = Array;
|
|
1667
1668
|
|
|
1668
1669
|
function _createIs(theType) {
|
|
1669
1670
|
return function (value) {
|
|
@@ -1672,6 +1673,7 @@
|
|
|
1672
1673
|
}
|
|
1673
1674
|
var isString = _createIs(STRING);
|
|
1674
1675
|
var isFunction = _createIs(FUNCTION);
|
|
1676
|
+
ArrCls.isArray;
|
|
1675
1677
|
function isPromiseLike(value) {
|
|
1676
1678
|
return !!value && isFunction(value.then);
|
|
1677
1679
|
}
|