Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpowell/react-app-insights
https://github.com/aaronpowell/react-app-insights
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronpowell/react-app-insights
- Owner: aaronpowell
- License: mit
- Created: 2019-10-04T00:23:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T16:36:59.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T19:47:50.669Z (about 2 months ago)
- Language: JavaScript
- Size: 9.51 MB
- Stars: 3
- Watchers: 3
- Forks: 6
- Open Issues: 84
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository contains a collection of demos showing how to use [Azure AppInsights](https://docs.microsoft.com/en-gb/azure/azure-monitor/app/app-insights-overview?WT.mc_id=reactappinsights-github-aapowell) with React to monitor SPA's.
## Part 1
[Part 1](./AppInsights-Part1) contains the basic code of integrating the [AppInsights React Extension](https://docs.microsoft.com/en-us/azure/azure-monitor/app/javascript?WT.mc_id=reactappinsights-github-aapowell#react-extensions) into a Gatsby website.
## Part 2
[Part 2](./AppInsights-Part2) looks at how to use the [AppInsights React Extension](https://docs.microsoft.com/en-us/azure/azure-monitor/app/javascript?WT.mc_id=reactappinsights-github-aapowell#react-extensions) with [Error Boundaries](https://reactjs.org/docs/error-boundaries.html).
## Part 3
[Part 3](./AppInsights-Part3) looks at how to use the [AppInsights React Extension](https://docs.microsoft.com/en-us/azure/azure-monitor/app/javascript?WT.mc_id=reactappinsights-github-aapowell#react-extensions) with [Hooks](https://reactjs.org/docs/hooks-intro.html).