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...
Adds span envelopes and datacategory. For use with standalone inp spans
Closes #10694 Use global `TextEncoder` and `TextDecoder` now that they are supported by all platforms that will be supported by v8 of the SDKs.
### 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...
See also https://github.com/getsentry/team-replay/issues/382 I noticed that on my demo site i had a css class defined as: ``` .layout { display: grid; grid-template-areas: 'img' 'title' 'desc'; grid-template-rows: max-content; grid-template-columns: 1fr;...
resolves https://github.com/getsentry/sentry-javascript/issues/5927 Removes `makeXHRTransport` and makes the fetch transport the default one. I've also added a warning warning to browser client init that states that the sentry browser sdk requires...
Creates a `feedback-screenshot` package Not intended for merging
`latestRouteName` and `latestRouteSource` are immutable strings, so handlers that use these strings do not get the proper latest values when a route update occurs. This update puts the route name...