sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
### Problem Statement It would be very useful to have the response body for errors, because it mostly gives more explanation what caused an error. ### Solution Brainstorm Add two...
Just like Next.js, make the SvelteKit SDK detect and use the Vercel Edge runtime SDK if need be.
### 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...
https://github.com/getsentry/sentry-javascript/blob/00ee962911f2de26e6eb00fcb62345d257b63d79/dev-packages/e2e-tests/test-applications/node-express-esm-preload/tests/server.test.ts#L125-L127 https://github.com/getsentry/sentry-javascript/pull/12587#issuecomment-2181019422 This was disabled to unblock a release, make this work now! https://github.com/getsentry/sentry-javascript/pull/12565/commits/9200aa866285b113be77e3842f26544fe6e86386
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce `const captureExceptionSpy = vi.spyOn(Sentry, 'captureException');` ### Expected Result Works fine ### Actual Result `TypeError: Cannot redefine property: captureException` ### Product Area Unknown...
### Problem Statement In updating our lambdas to take use lambda code-signing I've run into the issue that the Sentry lambda layer is not signed and therefore cannot be used...
### 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...
There are three methods in the OTEL Span interface that we do not have in our own, leading to technical incompatibility - see https://github.com/open-telemetry/opentelemetry-js/blob/main/api/src/trace/span.ts * `addLink` - should noop in...