bugsnag-js
bugsnag-js copied to clipboard
JavaScript error handling tool for BugSnag. Monitor and report JavaScript bugs & errors.
### Description We're using the provided React error boundary to capture app wide errors. This is working, but the included `react.componentStack` metadata doesn't take advantage of our uploaded source maps...
## Goal Fix CVE-2023-45133 by updating `@babel/core` in the root package
## Goal Convert plugin-browser-context to TypeScript ## Design Replicate the pattern used in `js-performance` including rollup, to facilitate bundling dependencies with platform clients.
## Goal Fix the electron tests on v8 branch ## Design Set `max_body_size: 25mb` on the verdaccio config (local npm where packages are published for the electron tests) to allow...
### Describe the bug I'm trying to use [Angular's new build system](https://angular.io/guide/esbuild#getting-started-with-the-angular-clis-new-build-system), however when starting the application in development mode I get the following error: `TypeError: Class constructor ErrorHandler cannot...
## Goal Helps prevent potential issues in appium 2.0 for our tests by setting appium to 1.22 on all of our android related test runs.
if i remove bugsnag , it works fine for android. for ios its working fine with bugsnag for release build RN 0.73.8 Bugsnag -- latest those crashes for android did...
### Describe the bug Error: SOURCE_MAP /var/folders/3k/nck7spxn4z784p5hwg3x9z9c0000gn/T//bc91181974a09c3325e895abe51fef78-main.jsbundle.map could not be found. Ensure the --sourcemap-output option is passed to the react-native bundle command. Command PhaseScriptExecution failed with a nonzero exit code...
## Goal Add the `Access-Control-Max-Age` response header to CORS POST requests sent to `https://notify.bugsnag.com/`. Without this header, preflight responses are only cached for 5 seconds. ## Changeset Added `Access-Control-Max-Age` header...
### Describe the bug The `bugsnag-vue.js` file is using Vue 2 syntax in a Vue 3 project due to a problematic if check. This then causes Bugsnag to try to...