sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
### Problem Statement `Fetch` or `XHR` requests which were done inside of a webworker are not captured by the replayIntegration. ### Solution Brainstorm I'm not sure how to solve this...
### 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 adds two new options to the Express integration: `ignoreLayers` and `ignoreLayersType`, bringing it to feature parity with the underlying OpenTelemetry instrumentation. resolves https://github.com/getsentry/sentry-javascript/issues/16555 ## Changes - Added `ignoreLayers`...
### Description We already have a router instrumentation for [TanStack Router](https://docs.sentry.io/platforms/javascript/guides/react/features/tanstack-router/). There is also a `@sentry/tanstackstart-react` package, that is already released [in alpha](https://www.npmjs.com/package/@sentry/tanstackstart-react). Today this package is mostly an empty...
just opening for discussing for now
### Description This issue serves as a collection of various SvelteKit SDK fixes and improvements we want to tackle in the medium future.
### Problem Statement In [v5 of the `web-vitals` library](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md#v500-2025-05-07), the already deprecated INP metric was finally removed. This was done because FID has been fully replaced by INP, meaning it...
### Description https://github.com/getsentry/sentry-javascript/blob/develop/packages/node/src/integrations/tracing/express.ts Similar to the work we did in https://github.com/getsentry/sentry-javascript/pull/16553 for Koa, we should expose `ignoreLayers` and `ignoreLayersType` from the underlying OTEL instrumentation. https://www.npmjs.com/package/@opentelemetry/instrumentation-express Exposed options: Options | Type...
Noticed that this was missing, should be fine to do that!