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

Right now you can technically catch errors from `Worker`s by listening to it's `onerror` event. However it seems (at a first glance) that the stacktrace is lost. It might be...

feature request
backlog

Hello, I would like to report the new following TypeScript error following update to @bugsnag/[email protected] and @bugsnag/[email protected]: ```ts import React from 'react'; import Bugsnag from '@bugsnag/js'; import BugsnagPluginReact from '@bugsnag/plugin-react';...

bug
scheduled

This text needs to be updated, since bugsnag is blocked by uBlock Origin (https://github.com/gorhill/uBlock/). Note that there are two different uBlocks. https://docs.bugsnag.com/platforms/javascript/faq/#is-bugsnag-blocked-by-ad-blockers ![bugsnag-blocked](https://user-images.githubusercontent.com/122287/104020925-3a60f180-51be-11eb-8be1-5356e919de8a.png)

feature request
backlog

### Describe the bug From VuePlugin, I add an onError callback to add global metadata on each error event. I'm using the async/await syntax in onError callback. I found that...

bug
scheduled

I'm developing a cross platform react-native application for Android, iOS and UWP (Windows) and Bugsnag is being used as the bug reporting. There seems to support in Bugsnag for .net...

feature request
backlog

Will this library support Apple TV?

feature request
backlog

### Description Batching errors sent to bugsnag to enhance performance. Currently, every `.notify()` call sends a request to the bugsnag server as far as I researched. A same issue was...

feature request
backlog

I'd like to have access to the error Id so that I can generate the link and send it off to other services. From looking at the Bugsnag Error Reporting...

feature request
backlog

### Describe the bug Total and used memory reports on bugsnag seem to be incorrect, or far from the real usage. ### Steps to reproduce Just use an app and...

bug
backlog

Originally raised as [PR](https://github.com/bugsnag/bugsnag-react-native/pull/454) ### Description Catch issues when changes have been made to BugsnagReactNative.podspec **Describe the solution you'd like** Update test/test-react-native-pod-build.sh to include `pod spec lint BugsnagReactNative.podspec` before `pod...

feature request