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

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

While investigating https://github.com/getsentry/sentry-javascript/issues/11646, we found the root of the problem: INP ingestion depends on the user agent (because it differs by browser). When using a tunnel the user-agent may often...

Meta: Good First Issue

I'm of the mind to call this `@sentry/cloudflare` so that it applies to both pages and workers. This matches with the naming scheme of `@sentry/aws-serverless` and `@sentry/google-cloud-serverless`

Package: cloudflare-workers

ref https://github.com/getsentry/sentry-javascript/issues/2484 ref https://github.com/getsentry/sentry-javascript/issues/5611 Let's add some 1st class [cloudflare workers](https://developers.cloudflare.com/workers/) support (finally)! We've had https://github.com/robertcepa/toucan-js for a while that has worked great, but doesn't match our unified API and...

Package: cloudflare
Post Hackweek

Adds an option to trace long animation frames as per #11719. This tracing feature is disabled by default. Currently, this feature https://developer.mozilla.org/en-US/docs/Web/API/Performance_API/Long_animation_frame_timing is only supported by Chromium browsers.

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

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

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

When users want to use a custom sampler, they can use these new helpers to still have sentry working nicely with whatever they decide to do in there. For e.g....