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...
We need the length of the array (number of messages).Not bytes or characters.
### 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...
### Description It seems that the `init` function of `@sentry/bun` passes everything down to the `init` of `@sentry/node`: https://github.com/getsentry/sentry-javascript/blob/167b6dbc785dfac32201c01ec2f0c40e261e1c32/packages/bun/src/sdk.ts#L116 However we have separate `BunOptions` available for the init of bun,...
[https://discord.com/channels/621778831602221064/1400566232754688161/1400566232754688161](https://discord.com/channels/621778831602221064/1400566232754688161/1400566232754688161) > using sentry/react-router 10.0.0, react router 7.5.3 and react 19.1.0 i get this error in the prod build. any ideas what could be going wrong? some sort of react...
Type generation is way faster but got some packages to fix, I had to change some already which are probably related to 6.0 changes.
### Problem Statement Following recent hacks on npm packages, it would be greatly appreciated if you could increase the trust level of the npm packages. ### Solution Brainstorm - A...
## Summary This PR adds support for the `data-sentry-label` attribute in `htmlTreeAsString` function, allowing developers to annotate DOM elements with stable identifiers for better breadcrumb and INP span identification. This...