This repo is an example of how to use BugSplat's npm package in a React application.
- Clone this repository and run
npm install - Run
npm run start:buildto build and start the app outside of Reacts debugger, this is important because otherwise React will intercept the crashes - Navigate to 127.0.0.1:8080 and click one of the buttons to trigger a crash
- Navigate to BugSplat's Crash page in your web browser
- When prompted to log in, use the username "[email protected]" and password "Flintstone"
- Click the ID of your crash to see crash details
For additional help, check out the documentation on our website or email support(at)bugsplat.com if you have any questions.
