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...
### 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 With the recent v8 release (but also in the past with previous majors) we changed a couple of properties on the global `globalThis.__SENTRY__` carrier object. For example,...
fixes https://github.com/getsentry/sentry-javascript/issues/12168 We should truncate extra error data keys using `maxValueLength` to make sure event payload size stays reasonably small.
We were missing the ability to set tags within feedback before, this corrects it. See https://github.com/getsentry/sentry-docs/pull/10137 for the docs update. Now a developer can set `tags: {...}` anytime an options...
https://github.com/getsentry/sentry-javascript/discussions/5552 ```[tasklist] ### Initial Tasks - [ ] https://github.com/getsentry/sentry-javascript/pull/12193 - [ ] https://github.com/getsentry/sentry-javascript/pull/12263 - [ ] Add unit tests + an E2E test - [ ] Add README with instructions...
### Problem Statement ContextLinesIntegration [reads](https://github.com/getsentry/sentry-javascript/blob/develop/packages/node/src/integrations/contextlines.ts#L118) files from error stack traces in order to show the surrounding source lines. When new errors occur, the SDK will read these files regardless 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...
### 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...