sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
### 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...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce Chrome 130 is where the customer sees this change occur. When use_dynamic_url property is set to **false** this causes errors to not...
### Environment SaaS (https://sentry.io/) ### What are you trying to accomplish? Hello, I have recently implemented Sentry into my webapp that uses TRPC. However, we are running into problems with...
We currently show a DOM node count in the UI, but it's calculated on the frontend/UI side which is quite expensive. We should instead calculate this on SDK ([source](https://github.com/getsentry/sentry-javascript/blob/5a5523e6675d54309066e616d92f5a7da8af99ab/packages/replay-internal/src/replay.ts#L1128)) by...
Seeing a potential cycle with canvas replay web worker. Stack trace looks something like this: ``` sendBufferedReplayOrFlush startRecording ... getCanvasMananger new CanvasManager initFPSWorker new window.Worker ``` Then the part that...
### Problem Statement Due to the new fantastic nitro engine, it is quite common to have Nuxt applications deployed on a non-Node target (Cloudflare Workers, etc). While there are packages...
### 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 handles the dynamic import of modules using `require.resolve` instead of a hardcoded `node_modules` path – allowing the use of alternative node linkers like Yarn PnP fixes https://github.com/getsentry/sentry-javascript/issues/13641