sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
### 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...
### 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...
⚠️ 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...
### 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...
### Description We want to add support for https://developer.mozilla.org/en-US/docs/Web/API/PerformanceElementTiming in the Browser SDK.
### 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...