sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
### 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...
### Problem Statement It is very annoying to see the Report bug icon in the corner ### Solution Brainstorm can we customize the icon? to add visibility or make a...
Right now `@sentry/profiling-node` only has bindings for LTS node - 16, 18, 20, and 22 in our case. We don't want to publish bindings for non-LTS versions - so this...
### 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...
### 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...
This is the epic issue for all things we wanna improve around the Next.js SDK data quality. GitHub Project Board: https://github.com/orgs/getsentry/projects/169/views/17?sliceBy%5Bvalue%5D=SDK+Data+Quality ```[tasklist] ### Tasks - [ ] https://github.com/getsentry/sentry-javascript/issues/7450 - [...
This is the epic issue for all things we wanna improve around feature parity on Vercel. GitHub Project Board: https://github.com/orgs/getsentry/projects/169/views/17?sliceBy%5Bvalue%5D=Feature+Parity+on+Vercel ```[tasklist] ### Tasks - [ ] https://github.com/getsentry/sentry-javascript/issues/6805 - [ ]...
As it stands it looks like it is not possible to instrument fetch on the **Vercel** edge runtime by monkeypatchint. We need to collaborate with Vercel in order to solve...
### Problem Statement As [documented here](https://docs.sentry.io/platforms/javascript/guides/nextjs/usage/distributed-tracing/dealing-with-cors-issues/), users need to configure `Access-Control-Allow-Headers` when the frontend and the backend are on different (sub) domains to allow trace propagation headers to be passed...
### Problem Statement I want to obtain the response payload for the a `fetch` breadcrumb which requires usage of Promises, however `beforeBreadcrumb` does not support it. ```ts beforeBreadcrumb: async (breadcrumb,...