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

### Description Today, the Node SDK uses & supports the OpenTelemetry SDK in version 1.x. Since [v2](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v2.0.0) was released, we should look into supporting this as well. This is, as...

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

Bug
Browser

⚠️ This PR is a work-in-progress and APIs and naming might change A plugin which initializes Sentry when deployed to Cloudflare. 1. Remove the previous server config file: `sentry.server.config.ts` 2....

This breaks the React Router e2e test, most likely because Node 20.19.0 enables `require(esm)` by default and this somehow messes up our React Router instrumentation that patches `createRequestHandler`. This is...

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Install and configure @sentry/astro in an Astro project. ```js import node from '@astrojs/node'; import react from '@astrojs/react'; import { defineConfig }...

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

Waiting for: Community
Bug
Node.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...

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

Bug
Nuxt

### Description We want to add support for https://developer.mozilla.org/en-US/docs/Web/API/PerformanceElementTiming in the Browser SDK.

Package: browser
Improvement
Spans

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

Bug
AWS Lambda