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...
Re-use this for playwright config in E2E tests. Now, instead of repeating the whole playwright config, we can import the util from `@sentry-internal/test-utils` and pass it some config. I left...
This PR adds an e2e (or rather integration) test for our AWS lambda layer bundle. The motivation for this test is that we broke the layer during the initial v8...
This is a first step in updating our jest usage, from v27 to v28. We can bump to v29 in a next step.
### 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/ - [ ] I am...
### 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...
Sentry Issue: [JAVASCRIPT-22SP](https://sentry.sentry.io/issues/1876791171/?referrer=github_integration) ``` InternalError: too much recursion at isExpired (../node_modules/@sentry-internal/replay/esm/index.js:5497:17) at ReplayContainer.checkAndHandleExpiredSession (../node_modules/@sentry-internal/replay/esm/index.js:8247:7) at addBreadcrumbEvent (../node_modules/@sentry-internal/replay/esm/index.js:4036:12) at beforeAddBreadcrumb (../node_modules/@sentry-internal/replay/esm/index.js:5854:5) at callback (../node_modules/@sentry-internal/replay/esm/index.js:5844:50) ... (45 additional frame(s) were not displayed)...
### Problem Statement Javascript errors/events can be very noisy - and our SDK today send a lot of data. We have simple mechanisms in place like `InboundFilters` https://github.com/getsentry/sentry-javascript/blob/652b6214f05aa095f2c51a343496c2e0470f9667/packages/core/src/integrations/inboundfilters.ts#L9-L13 to remove...
### 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...