bugsnag-js icon indicating copy to clipboard operation
bugsnag-js copied to clipboard

JavaScript error handling tool for BugSnag. Monitor and report JavaScript bugs & errors.

Results 154 bugsnag-js issues
Sort by recently updated
recently updated
newest added

### 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? ![image](https://user-images.githubusercontent.com/8797405/89309821-d2850880-d66b-11ea-83d9-f9272ec1b03d.png)...

### 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'...

bug
backlog

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

feature request
backlog

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

feature request
backlog

# 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...

backlog

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

needs discussion

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,...

feature request

Currently there is reporter for Koa, Restify, Express, but not Hapi. Hapi is one of the more popular frameworks. Y u no like hapi? ![](https://vignette.wikia.nocookie.net/meme/images/2/23/YUNOGuy.png/revision/latest/scale-to-width-down/310?cb=20110821052449)

feature request

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

needs discussion

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

feature request