sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

Official Sentry SDKs for JavaScript

Results 1038 sentry-javascript issues
Sort by recently updated
recently updated
newest added

### 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...

Type: Improvement

Just like Next.js, make the SvelteKit SDK detect and use the Vercel Edge runtime SDK if need be.

Package: sveltekit
Package: vercel-edge

### 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...

Type: Bug
Package: node
Integration: nest.js

### 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...

Type: Bug

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

Package: node
Type: Tests

### 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...

Package: react
Waiting for: Community
Stale

### 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...

Type: Improvement
Package: aws-serverless

### 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...

Type: Bug
Package: angular
Meta: Good First Issue

### 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...

Type: Bug
Package: nextjs
Waiting for: Community

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...

Package-Meta: OpenTelemetry
Meta: Good First Issue