sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for 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...
- [X] Review the documentation: https://docs.sentry.io/ - [X] Search for existing issues: https://github.com/getsentry/sentry-javascript/issues - [X] Use the latest release: https://github.com/getsentry/sentry-javascript/releases - N/A - Provide a link to the affected event...
Bringing back https://github.com/getsentry/sentry-javascript/pull/8647 but it would be nice to test new versions of rrweb without having to bundle it with our replay SDK.
### 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 additional option can be used to drop events that don't match specific module metadata on any stack frames: ```ts import { init, moduleMetadataIntegration } from '@sentry/browser'; init({ dsn: 'https://[email protected]/0',...
Related to https://github.com/getsentry/sentry-javascript/issues/6946#issuecomment-1875842171 - Replay can still cause performance regressions for Angular apps when calling the Angular-patched versions of certain native functions that results in trigger a massive amount of...
### 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 gets rid of the Ember canary tests that are always failing, probably due to ember-try (which we use there) not playing nicely with the monorepo etc. Instead, this now...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce I created two situations in the monorepo. 1. nextjs project without src 2. nextjs project with src When both captureException and captureMessage...
### 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...