sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.24.0. Release notes Sourced from rollup's releases. v4.24.0 4.24.0 2024-10-02 Features Support preserving and transpiling JSX syntax (#5668) Pull Requests #5668: Introduce JSX support (@lukastaegert,...
### 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...
### Problem Statement When the `mutationLimit` is reached: > Sentry Logger [info]: [Replay] Stopping Replay triggered by mutationLimit > Sentry Logger [info]: [Replay] Destroying compression worker One could increase the...
### 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...
### Problem Statement We already track memory usage and other context info to help show the state of the app. Event loop utilization could be a helpful metric? ### Solution...
### 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 fixes #13803. The corresponding PR for latest major version is #13817. I saw the bundles generation for integration is happening in `@sentry/integrations`, so I added a corresponding file...
### 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...
Dont override global require, as it causes issues with our esm/cjs runtime detection and instead scope it to binding import call Fixes: https://github.com/getsentry/sentry-javascript/issues/13662