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

ref https://github.com/getsentry/sentry-javascript/issues/10677 Removes all usage of setting/getting `span.description` and `span.name`, and removes the `span.setName` method.

ref https://github.com/getsentry/sentry-javascript/issues/10677

ref https://github.com/getsentry/sentry-javascript/issues/10677 deprecation PR: #10213

We deprecated all the stuff on the span interface that will be removed in v8, now it's time to actually remove this! ```[tasklist] ### Tasks - [ ] https://github.com/getsentry/sentry-javascript/pull/10687 -...

depends on #10311 This PR adds compatibility for Svelte 5 by adjusting our component tracking functionality to work with Svelte 5. TLDR: This change entails a minor behaviour "breaking" change...

### 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: Nextjs
Waiting for: Product Owner

### Problem Statement For v8, all supported platforms support global `TextEncoder` and `TextDecoder` ### Solution Brainstorm The explicit passing of these down through Options > Client > envelope building/parsing (to...

Type: Improvement

This is building off a version of https://github.com/getsentry/sentry-javascript/pull/10590, specifically working torwards async loading of the Dialog component, and rewriting it in preact in order to host and interact with the...

Closes: #10212 - Exports a new wrapper `Sentry.wrapHandleErrorWithSentry` for custom `handleError` implementations. - This runs the original `handleError` implementation, then runs the Sentry's capture logic. - This PR also renames...

Fixes: https://github.com/getsentry/sentry-javascript/issues/10349 Related: https://github.com/getsentry/sentry-javascript/issues/5860 Related: https://github.com/getsentry/sentry-javascript/pull/10458 Removes dynamic loading of `react-router-dom` and makes `@remix-run/router` a peer dependency. We don't need to dynamically load `react-router-dom` as our TypeScript version is now...