question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PR: Crash Reporting Support

See original GitHub issue

how 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
talha131commented, Jun 29, 2018

A PR for handling errors in a general way would be awesome.

Or a walk through or guideline in the wiki, if a general way is not possible.

1reaction
amilajackcommented, Jun 28, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found