sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
Canary tests failed: https://github.com/getsentry/sentry-javascript/actions/runs/9239191102
Canary tests failed: https://github.com/getsentry/sentry-javascript/actions/runs/9239191102
Canary tests failed: https://github.com/getsentry/sentry-javascript/actions/runs/9239191102
### 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...
ref https://github.com/getsentry/sentry-javascript/issues/11798 React 19 brings some improvements to error handling with https://react.dev/blog/2024/04/25/react-19#error-handling! This PR exposes a new method, `Sentry.captureReactException` that helps users interact with these new React 19 error handling...
resolves https://github.com/getsentry/sentry-javascript/issues/11777
### 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 https://developer.mozilla.org/en-US/docs/Web/API/Performance_API/Long_animation_frame_timing ### Solution Brainstorm Get information about long animation frames and understand why they happening. We can create spans around these long animation frames. This can essentially...
This PR adds a new way to initialize `@sentry/node`, which allows to use the SDK with performance instrumentation even if you cannot (for whatever reason) call `Sentry.init()` at the very...