bugsnag-js
bugsnag-js copied to clipboard
JavaScript error handling tool for BugSnag. Monitor and report JavaScript bugs & errors.
Hi, We're now using the JS reporter in production, and it's been really helpful already - thanks very much. The only issue we have is with the links from the...
## Goal ## Design ## Changeset ## Testing
Test against recent major versions
### Description Unhandled promises are warnings. They are not crashes or exceptions. Bugsnag is treating them like "unhandled exceptions" which affects our stability score and makes it inaccurate. We care...
### Description In our Express application on shutdown we want to make sure that in-flight requests to Bugsnag have drained before we exit. **Describe the solution you'd like** It would...
## Goal ## Design ## Changeset ## Testing
### Describe the bug Getting an error TypeError: undefined is not an object (evaluating 'navigator.userAgent.length') with the react native implementation Please note that this happens with both manual and CLI...
## Goal Update the React Native CLI to install BugSnag CLI instead of the Source Maps package for the iOS/Xcode Integration. An option has been added to the react native...
### Describe the bug Angular app fails on start with error `Class constructor ErrorHandler cannot be invoked without 'new'` ### Steps to reproduce 1. Have in app.module setup like in...