Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Follow-ups: Vue UI spans after #24174 (component tracking)

Aperta
#24,460 1 commento 0 reazioni 1 assegnatario Vedi su GitHub

@s1gr1d ci sta già lavorando.

Dal 17/9/2026.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

Spans Vue

https://github.com/getsentry/sentry-javascript/pull/24174 records the default spans (Application Render, Vue <Root>) without app.mixin(). Component tracking still needs the Options API, and a few loose ends remain.

  • Docs The Vue and Nuxt component tracking pages should match the SDK. Currently, they miss the Options API requirement (vue: { optionsApi: true } on Nuxt 5) and state wrong facts: default hooks are ['activate', 'mount'] not ['activate', 'mount', 'update'], the op is ui.render not ui.vue.render, the timeout never "waits for the last component" (debounce timers are per component), and the root is always tracked.
  • Application Render coverage The span ends at the root's initial mount on every path. Late children never extended it because the mixin arms one debounce timer per component instead of on the root. A <Suspense>-based extension for Nuxt was built and removed from #24174 (parity only), it lives in that PR's history. This would make async root spans in Nuxt applications with <Suspense> appear longer.
Lingua principale
TypeScript
Stelle
8.7k
Fork
1.9k
Merge medio
1g 18h
PR unite (30g)
562

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di getsentry/sentry-javascript

Tutte le issue di getsentry/sentry-javascript

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.