PR: Crash Reporting Support
See original GitHub issuehow about adding a utils/crashReporting.js file, something like …
import pjson from '../../package.json'
export defulat init
function init() {
crashReporter.start({
productName: 'PRODUCT_NAME_HERE',
companyName: 'COMPANY_NAME_HERE',
submitURL: 'SERVER_ENDPOINT_HERE,
uploadToServer: true,
extra: {
NODE_ENV: process.env.NODE_ENV,
appVersion: pjson.version,
},
})
}
and then in the docs some reference on how to use it and maybe links to popular crash SAASs.
Can even use affiliate links and maybe make some 💰 😉
I can prepare a PR
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to submit crash reports for Digital Video applications
Submit crash reports in the event of an issue with Premiere Pro or other video applications.
Read more >Crash reporting - Wisconsin Department of Transportation
Information you need before starting your crash report: Your driver license number ... If you need assistance, please use this FAQ and definition...
Read more >Best Mobile Crash Reporting Software for 2022 - G2
Choose the right Mobile Crash Reporting Software using real-time, up-to-date product reviews from 880 verified user reviews.
Read more >Maine Crash Reporting Online Search & Ordering Service
Search and request crash reports online from the Maine State Police Crash Database. You can search by name, date of birth, crash location,...
Read more >UD-10 Traffic Crash Reporting - State of Michigan
How Can We Help You? · Traffic Crash Reporting Unit Updates · UD-10 Traffic Crash Report Information · If you Have an Emergency...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Or a walk through or guideline in the wiki, if a general way is not possible.
Unfortunately I don’t. A PR for handling errors in a general way would be awesome. Ideally users shouldn’t be tied to a specific service.