Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v7] Bun Global Unhandled Handlers (#11959)
Add support for global onUnhandled Error/Promise for Bun. ```javascript import * as Sentry from "@sentry/bun"; Sentry.init({ dsn: "DSN", }); console.log("Hello via Bun!"); throw new Error('Unhandled Bun Sentry Error!'); ``` <img width="1063" alt="image" src="https://github.com/getsentry/sentry-javascript/assets/363802/fd90969f-82a4-4300-a67e-1ebb5cf540fa"> ref: oven-sh/bun#5091
- Loading branch information