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

### Describe the bug When using [route groups](https://nextjs.org/docs/app/building-your-application/routing/colocation#route-groups) in NEXT.js, and submitting an error using `@bugsnag/js` `notify` method, stacktrace is incorrectly parsed (all parentheses are removed). For example: file URL...

backlog

## Goal if not i'm getting typescript errors when importing ## Design seems to be the way it's done ## Changeset - change export to include types, so it works...

n my iOS project, we have integrated both bugsnag-js and bugsnag-cocoa. We only want to update bugsnag-cocoa to the latest version while keeping bugsnag-js at version 7.18.1. Is there any...

awaiting feedback

### Describe the bug According to this documentation, Bugsnag web worker can be used standalone, but it requires install of `@bugsnag/core` as well. https://docs.bugsnag.com/platforms/javascript/web-workers/ ### Steps to reproduce Attempt to...

needs discussion

## Goal Convert package to TypeScript and ES Modules ## Changeset - Refactor `@bugsnag/plugin-browser-device` package - Modularise plugin functionality - Simplify rollup bundle scripts ## Testing Covered by CI run

## Goal Convert packages to TypeScript using rollup to bundle both ES modules and Common JS modules for maximum compatibility ## Changeset - Install and configure rollup - Add type...

## Goal Add Bugsnag-Integrity request header (where required APIs are available) ## Design ## Changeset - Set `Bugsnag-Integrity` in delivery-fetch, which is used in `@bugsnag/web-worker`. ## Testing - unit tests...

### Describe the bug Reporting an error on debug mode is working as expected and we can find it on the Bugsnag dashboard, but not on the release build. It...

needs discussion

I was having some issues with `jest.mock` not working and bumping to the latest version of jest fixes it