https://github.com/jasonnutter/appinsights-gatsby
https://github.com/jasonnutter/appinsights-gatsby
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jasonnutter/appinsights-gatsby
- Owner: jasonnutter
- Created: 2020-06-09T05:30:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:23:40.000Z (over 3 years ago)
- Last Synced: 2025-02-15T08:27:31.553Z (over 1 year ago)
- Language: JavaScript
- Size: 5.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# appinsights-gatsby
Demonstrates server-side rendering errors in Gatsby when using `@microsoft/applicationinsights-web`.
1. `npm install`
1. Open `src/pages/index.jsx` and provide `instrumentationKey`.
1. `npm start`: This should succeed, as there is no server-side rendering.
1. `npm run build`: This will fail with error: `WebpackError: ReferenceError: XMLHttpRequest is not defined`