bugsnag-js
bugsnag-js copied to clipboard
JavaScript error handling tool for BugSnag. Monitor and report JavaScript bugs & errors.
Angular runs 10 change detection cycles if the `notify()` method is called within the Angular zone. This drastically affects the performance since we actually shouldn't run those change detections when...
Feature Request: It would be awesome if there was an official plugin to support Fastify servers; specifically version 3.x where Express middleware is no longer supported out of the box....
### Description When installing the React Navigation plugin in a TypeScript project it fails to typecheck `const { createNavigationContainer } = Bugsnag.getPlugin('reactNavigation')` ``` TS2339: Property 'createNavigationContainer' does not exist on...
Just checking some bundle size stuff and I noticed that the bugsnag client is quite a lot larger than I would expect it to be, as ~42kb parsed. This is...
### Description The CDN version doesn't work in WebWorker environment https://docs.bugsnag.com/platforms/javascript/cdn-guide/. It requires below polyfill as a workaround for now. ```js /** * CDN polyfill */ (() => { const...
### Describe the bug Since upgrading to 7.11.0, I'm observing duplicated breadcrumbs from custom-added log entries (with console.* statements replaced with bugsnag.notify, see below) ### Steps to reproduce Log various...
### Describe the bug If a React Native app uses Bluebird for promises, Bugsnag will not report unhandled promise rejections. Filing this as a bug rather than a feature request...
### Describe the bug Support for Mini Programs such as GCash, Alipay & WeChat. It almost works since the Mini Program supports ES6/ES2015, however, this library uses `window` which is...
### Reporting handled errors fails on Vercel serverless functions When using `Bugsnag.notify` in serverless functions on Vercel, the process is terminated before Bugsnag client can effectively send the notification, resulting...
Originally raised as [PR](https://github.com/bugsnag/bugsnag-react-native/pull/419) ### Description Add dependency on Bugsnag itself if you use the core subspec Noticed that if you use the 'Core' subspec with the Bugsnag pod included...