bugsnag-js
bugsnag-js copied to clipboard
JavaScript error handling tool for BugSnag. Monitor and report JavaScript bugs & errors.
Here how Sentry plans ReportingObserver support https://github.com/getsentry/sentry/issues/9285, https://docs.sentry.io/platforms/javascript/#reportingobserver
When running in release mode, the React Native exception manager raises an uncaught native exception after an unhandled JavaScript exception, causing error reports to be written to disk but not...
### Description Since about Angular 9 or 10 it has been reporting "CommonJS or AMD dependencies can cause optimization bailouts." It has been reporting this for this BugSnag dependency. **Describe...
## Goal This is an initial commit of a @bugsnag/js plugin for Azure Functions. It wraps the Azure Functions handler and catches unhandled exceptions. It also automatically adds the Azure...
## Goal jcenter will be going away. Initially I tried to remove our reliance on jcenter for fixtures and examples, but not all of React Native's dependencies are available on...
### Describe the bug When error is reported, bugsnag Koa plugin reports also request cookies: https://github.com/bugsnag/bugsnag-js/blob/18223eb59dba07a4961d1eb50d49cc7bc90fa3b5/packages/plugin-koa/src/koa.js#L99 And https://github.com/bugsnag/bugsnag-js/blob/18223eb59dba07a4961d1eb50d49cc7bc90fa3b5/packages/plugin-koa/src/request-info.js#L12 As you see, there's no filter what so ever when cookies are...
### Describe the bug expo run:ios fails when installing CocoaPods ### Steps to reproduce 1. npx bugsnag-expo-cli init ### Environment * Bugsnag version: 7.13.2 * Expo SDK: 42.0.1 Error messages:...
### Describe the bug After updating to the last version we started to receive a lot of identical errors in bugsnag web app from different parts of our application -...
### Describe the bug This may not be a bug, but rather that the `BugsnagNetworkRequestPlugin` is not yet supported with `BugSnagReactNative`. However, this [changelog](https://github.com/bugsnag/bugsnag-js/blob/eb0326ae174617981bdf068d4723f1ba4e3d91bd/packages/react-native/ios/vendor/bugsnag-cocoa/CHANGELOG.md#enhancements-1) mentions support being added after adding...
It seems there's no support for enqueuing notifications for later when the app is offline. Is there any plan to add this in the future?