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

resolves https://github.com/getsentry/sentry-javascript/issues/8796 Aside from deleting the tracing package and all of it's references, it also moves some relevant tests into core.

### Problem Statement Currently, the default logger used by Sentry is `globalThis.console`. However, our app has multiple transports for logging (remote, file, console etc.) With current Sentry implementation, we cannot...

Meta: Help Wanted
Type: Improvement

### 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: vue
Waiting for: Community

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

### Problem Statement Right now the `shouldCreateSpanForRequest` callback could be helpful to distinguish between API endpoints and decide whether a request should be decorated with the distributed tracing headers. Besides...

Type: Improvement

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

- This PR fixes https://github.com/getsentry/sentry-javascript/issues/9656 In happy scenarios, the `framesToPop` should not make a difference as the Sentry backend will mark `nonInApp` frames and hide them by default from the...

Type: Breaking

### 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: SvelteKit

### Problem Statement From time to time we get reports about browser extensions using Sentry with global handler integrations installed. The consequences are that the extension SDK collides with an...

Type: Improvement
Package: Browser

We have a bunch of auto-instrumentation in node-experimental, which uses otel instrumentation under the hood. However, for most of these we do not have any tests yet - mainly because...