sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
### Description Currently, most (all?) of our meta framework SDKs enable source map generation even if users explicitly disabled sourcemap generation in their build config. While this improves the onboarding...
### 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...
Resolves #13310 - [x] If you've added code that should be tested, please add tests. - [x] Ensure your code lints and the test suite passes (`yarn lint`) & (`yarn...
Resolves #13399 Todo: - [x] ~~Support `fetch` spans and tests~~ - [x] ~~Support shorthand graphql queries (i.e., without a name)~~ Moved to later - [x] ~~Enhance breadcrumb data~~ ________________________________ -...
### 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...
Our tests need to support older versions of libraries. In this case there's a vulnerable version of NextJS in the tests that is failing the Dependency Review check. This adds...
Relay automatically adds `replay_id` to `contexts`: * https://github.com/getsentry/relay/pull/1983 This should be enough for the product to link an error to a replay. We should be able to remove this code...
Unfortunately, the 60 seconds buffering in Sentry often is too short for effective debugging errors. In many cases the origin of the error, especially with B2B applications, happens because something...
This fixes the `onError` callback added in https://github.com/getsentry/sentry-javascript/pull/13721 -- the option itself was not being propagated to the replay options.
### 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...