bugsnag-js
bugsnag-js copied to clipboard
JavaScript error handling tool for BugSnag. Monitor and report JavaScript bugs & errors.
### Description The stack trace seems fine, but I got this warning: `Source mapping failed: A source map could not be applied` Is something really not working as expected? ...
### Describe the bug Follow docs described here does not work with Typescript: https://github.com/bugsnag/bugsnag-js/tree/next/packages/plugin-react Get the following error with the types: ``` Property 'use' does not exist on type 'UniversalBugsnagStatic'...
We have a Cordova-based mobile app using `UIWebView` on iOS. We use the bugsnag-js library to monitor for errors in this app, and I've recently upgraded to the v7 module....
Hi there, we have an application which is using [Relay](https://relay.dev) and GraphQL, there are cases where an HTTP request with a 200 response can contain an error message in addition...
# Summary This is a request to add the event or element to an `onBreadcrumb` hook for user interaction. # Reasoning The improvements made in version 7 to add hooks...
Our Bugsnag is reporting the following error: ``` TypeError can't access dead object ../node_modules/@bugsnag/browser/dist/bugsnag.js:2262 init/t.onreadystatechange ``` Unfortunately that's all we have, it's the full stacktrace which led me to believe...
Currently, if the navigation occurs right after the `notify` call, the HTTP request gets cancelled. This new `Navigator.sendBeacon()` browser API is here to solve this: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon Unfortunately, it's not cross-browser,...
Currently there is reporter for Koa, Restify, Express, but not Hapi. Hapi is one of the more popular frameworks. Y u no like hapi? 
This is also in close connection with #420 For instance, I would like to use the original request to tag along `req.user` which contains my user details - something that...
Over on #162 @jacobmarshall mentioned some cases where our old `lastEvent` tracking would provide information we don't currently collect automatically with breadcrumbs. I wanted to open an issue to collect...