sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

Official Sentry SDKs for JavaScript

Results 1038 sentry-javascript issues
Sort by recently updated
recently updated
newest added

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,...

dependencies
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...

Package: browser

### 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...

Waiting for: Community

### 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...

Package: nextjs

### 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...

Type: Bug
Package: react

### 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...

Package: browser

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...

Package: node

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