@microsoft/applicationinsights-react-js 3.3.6 → 3.4.0
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 +9 -0
- package/browser/applicationinsights-react-js.js +3 -3
- package/browser/applicationinsights-react-js.js.map +1 -1
- package/browser/applicationinsights-react-js.min.js +2 -2
- package/browser/applicationinsights-react-js.min.js.map +1 -1
- package/dist/applicationinsights-react-js.api.json +13 -5
- package/dist/applicationinsights-react-js.d.ts +1 -1
- package/dist/applicationinsights-react-js.js +3 -3
- package/dist/applicationinsights-react-js.js.map +1 -1
- package/dist/applicationinsights-react-js.min.js +2 -2
- package/dist/applicationinsights-react-js.min.js.map +1 -1
- package/dist/applicationinsights-react-js.rollup.d.ts +1 -1
- package/dist-esm/AppInsightsContext.js +1 -1
- package/dist-esm/AppInsightsErrorBoundary.js +1 -1
- package/dist-esm/Interfaces/IReactExtensionConfig.js +1 -1
- package/dist-esm/ReactPlugin.js +1 -1
- package/dist-esm/applicationinsights-react-js.js +1 -1
- package/dist-esm/useTrackEvent.js +1 -1
- package/dist-esm/useTrackMetric.js +1 -1
- package/dist-esm/withAITracking.js +1 -1
- package/package.json +2 -2
- package/types/tsdoc-metadata.json +1 -1
package/README.md
CHANGED
|
@@ -99,6 +99,15 @@ Please note that it can take up to 10 minutes for new custom metric to appear in
|
|
|
99
99
|
|
|
100
100
|
[react-router]: https://github.com/ReactTraining/react-router/blob/master/FAQ.md#how-do-i-access-the-history-object-outside-of-components
|
|
101
101
|
|
|
102
|
+
## Compatibility Matrix
|
|
103
|
+
|
|
104
|
+
The [Compatibility Matrix](https://github.com/microsoft/applicationinsights-react-js#compatibility-matrix)
|
|
105
|
+
is tracked and updated on the main project README.md page.
|
|
106
|
+
|
|
107
|
+
## Nightly Builds
|
|
108
|
+
|
|
109
|
+
See the [Main Readme](https://github.com/microsoft/applicationinsights-react-js#nightly-builds)
|
|
110
|
+
|
|
102
111
|
## Contributing
|
|
103
112
|
|
|
104
113
|
This project welcomes contributions and suggestions. Most contributions require you to agree to a
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - React Plugin, 3.
|
|
2
|
+
* Application Insights JavaScript SDK - React Plugin, 3.4.0
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -393,9 +393,9 @@
|
|
|
393
393
|
var _DYN_USER_AGENT = "userAgent";
|
|
394
394
|
var _DYN_SPLIT = "split";
|
|
395
395
|
var _DYN_SET_ENABLED = "setEnabled";
|
|
396
|
-
var _DYN_REPLACE = "replace";
|
|
397
396
|
var _DYN_NODE_TYPE = "nodeType";
|
|
398
397
|
var _DYN_APPLY = "apply";
|
|
398
|
+
var _DYN_REPLACE = "replace";
|
|
399
399
|
var _DYN_ENABLE_DEBUG_EXCEPTI4 = "enableDebugExceptions";
|
|
400
400
|
var _DYN_LOG_INTERNAL_MESSAGE = "logInternalMessage";
|
|
401
401
|
var _DYN_TO_LOWER_CASE = "toLowerCase";
|
|
@@ -1168,7 +1168,7 @@
|
|
|
1168
1168
|
}
|
|
1169
1169
|
|
|
1170
1170
|
var _objDefineProperty = ObjDefineProperty;
|
|
1171
|
-
var version = '2.8.
|
|
1171
|
+
var version = '2.8.6';
|
|
1172
1172
|
var instanceName = "." + newId(6);
|
|
1173
1173
|
var _dataUid = 0;
|
|
1174
1174
|
function _createAccessor(target, prop, value) {
|