bugsnag-js
bugsnag-js copied to clipboard
JavaScript error handling tool for BugSnag. Monitor and report JavaScript bugs & errors.
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...
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';...
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 
### 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...
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...
### 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...
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...
### 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...
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...