Pangratios Cosma
Pangratios Cosma
Our React Native package does not have any unit tests. We should create some to maintain the quality of the package with updates.
Follow this [guide](https://www.notion.so/honeybadger/Migrate-a-js-package-to-the-js-monorepo-118e6bb566d34b3e92779038389da79b) to move the [react-native](https://github.com/honeybadger-io/honeybadger-react-native) client to the monorepo.
First reported [here](https://kylekeesling.com/posts/2024/01/migrating-from-sidekiq-to-solid-queue): > It turns out that Honeybadger by default hooks into the error reporter, but for some reason it does not report errors that report handled: false. Reproducible...
## Status **WIP** ## Description Refs: #1236. Creates an esbuild-plugin to automatically upload source maps and send deploy notifications to Honeybadger. ## Todos - [x] Tests - [ ] Manual...
Even with https://github.com/honeybadger-io/honeybadger-js/pull/1248, a user is having issues on getting source maps to work for server files. [Front conversations](https://app.frontapp.com/open/top_wtuxt)
Feature request: An esbuild plugin to upload source maps and send deploy notifications using esuild. Requirements: - typescript - use [plugin-core](https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/plugin-core) - tests in jest (if not possible - use...
Node.js v14 Security Support ended in April 30th, 2023. We should: - add support checks in our CI for Node.js v20 (current LTS) - remove v14 from CI pipelines -...
## What are the steps to reproduce this issue? 1. create a nextjs app using the app router and the `src` folder 2. configure honeybadger using the nextjs documentation guide...
We have an outstanding issue where source maps are being uploaded (see #1169), but they are not being applied when they come from an iOS bundle.
Playwright comes with a feature that reports flaky tests: - when a test fails, it will retry 2 times (configurable) and if one of them pass, it will mark it...