sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
For non-SPA where there is normal browser navigation: we can lose chunks of the replay if the user navigates quickly in and out of pages. This leads to broken looking...
### 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...
> [!IMPORTANT] > This issue is tracking progress on the Nuxt SDK. If you find bugs or problems with the `@sentry/nuxt` package please open a separate issue. Thank you! New...
### 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...
We are running remix in ESM mode, but the exports in package.json is pointing to the CommonJS module, which results in the SDK running in CommonJS mode instead of ESM....
This adds an E2E app using a custom OTEL setup with `@opentelemetry/sdk-node`. It tests that data is sent both to sentry as well as to another OTLP exporter. For this,...
Using React 19 release candidate, I find that the `JSX` namespace is now private and cannot be used by dependencies. Doing so produces build errors: ``` .../Yarn/Berry/cache/@sentry-react-npm-8.13.0-bd23d3c2da-10c0.zip/node_modules/@sentry/react/build/types/reactrouter.d.ts:19:17 - error TS2503:...
### 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...
We do not have a test app to test that we properly support a node app with a custom OTEL setup. We may want to have two different E2E test...