@microsoft/applicationinsights-react-js 3.3.7-nightly.2208-05 → 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 +1 -1
- package/browser/applicationinsights-react-js.js.map +1 -1
- package/browser/applicationinsights-react-js.min.js +1 -1
- package/browser/applicationinsights-react-js.min.js.map +1 -1
- package/dist/applicationinsights-react-js.d.ts +1 -1
- package/dist/applicationinsights-react-js.js +1 -1
- package/dist/applicationinsights-react-js.js.map +1 -1
- package/dist/applicationinsights-react-js.min.js +1 -1
- 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 +78 -81
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
|