sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

Official Sentry SDKs for JavaScript

Results 1038 sentry-javascript issues
Sort by recently updated
recently updated
newest added

### 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...

Type: Bug
Package: svelte

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...

Type: Bug
Package: Browser
Waiting for: Product Owner

### 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...

Type: Bug
Package: Browser
Waiting for: Community
Stale

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;...

Meta: Help Wanted
Package: replay

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...