sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
### Problem Statement When replaying Canvas sessions using a WebGPU-enabled browser, the canvas appears blank. Currently, Canvas replay works as expected only when using WebGL. ### Solution Brainstorm _No response_...
### Description Sentry now supports [Logs](https://docs.sentry.io/platforms/javascript/guides/node/logs/)! We should add a `nodeBunyanIntegration` that will forward logs from [`node-bunyan`](https://github.com/trentm/node-bunyan) to sentry. This needs to live in `@sentry/node`
Sentry now supports [Logs](https://docs.sentry.io/platforms/javascript/guides/node/logs/)! We should add a `pinoIntegration` that will forward logs from [`pino`](https://github.com/pinojs/pino) to sentry. This needs to live in @sentry/core, and work for all SDKs.
Hono Support
### Problem Statement Sentry should support Hono. ### Solution Brainstorm A Hono SDK is not needed to start, but docs should available to explain setup for a Hono app. Potential...
> ⚠️ Edit by @lforst: This issue is confirmed. Please see https://github.com/getsentry/sentry-javascript/issues/15100#issuecomment-2732790153 for more information on why builds are slow when adding the Sentry SDK, and for temporary workarounds until...
### Description In most cases, the way a Nuxt application and the Sentry configuration is built does not create problems. However, there are some edge cases that pop up from...
### Is there an existing issue for this? - [X] I have checked for existing issues [https://github.com/getsentry/sentry-javascript/issues](https://github.com/getsentry/sentry-javascript/issues) - [X] I have reviewed the documentation [https://docs.sentry.io/](https://docs.sentry.io/) - [X] I am using...
### Is there an existing issue for this? - [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [x] I have reviewed the documentation https://docs.sentry.io/ - [x] I am using...
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.12.0 to 2.0.6. Release notes Sourced from actions/create-github-app-token's releases. v2.0.6 2.0.6 (2025-05-03) Bug Fixes replace - with _ (#246) (3336784) v2.0.5 2.0.5 (2025-05-02) Bug Fixes deps: bump...
Resolves: https://github.com/getsentry/sentry-javascript/issues/14611 This PR adds [Supabase Queues](https://supabase.com/docs/guides/queues) support to the Supabase Sample Events: [Link](https://sentry-sdks.sentry.io/insights/backend/queues/destination/?destination=test-flow-queue&end=2025-12-09T16%3A34%3A04&project=5659328&start=2025-12-09T15%3A24%3A04&utc=true) ### Instrumented Operations Producer operations (`queue.publish`): - `send` - Send a single message - `send_batch` -...