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

Removes `addInstrumentationHandler`, but does not move code into core just yet. ref https://github.com/getsentry/sentry-javascript/issues/10100

Remove eslint ignore rules and try to get rid of deprecations that we can already remove in v7. Some will have to be tackled in v8. ```[tasklist] ### Deprecation removals...

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

ref https://github.com/getsentry/sentry-javascript/issues/10100 Removes deprecated `defaultIntegrations` export everywhere.

### 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: Node

Update the node types package, and fix small issues brought up by it.

We have the theory that we are missing out on web vitals because we are still ending transactions too early. This PR builds on https://github.com/getsentry/sentry-javascript/pull/10215 where we started to delay...

Moves all of our logic and usage from `metadata.source` to `attributes.'sentry.source'`. This is necessary for our migration from transactions to spans.