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

Tanstack start vite plugin `tunnelRoute` option mounts tunnel as a child route, which runs root data loaders on requests

Chiusa
#24,605 1 commento 0 reazioni 0 assegnatari Vedi su GitHub

I maintainer di solito rispondono entro 1 giorno

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
75/100
Tipo di issue
Bug
Chiarezza
Specificata chiaramente
Stato di attività
Attiva
Stack tecnologico
react, typescript
Ambito
api, backend

Direzione di ricerca

Start by reading packages/tanstackstart-react/src/vite/tunnelRoute.ts, then reproduce the issue with tunnelRoute enabled using both GET and POST requests. Done means the /sentry-tunnel endpoint behaves as a server route outside the component layout hierarchy and root component data loaders no longer run.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Bug Node.js Tanstack Start React Waiting for: Product Owner
Is there an existing issue for this?
How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/tanstackstart-react

SDK Version

10.70.0

Framework Version

@tanstack/[email protected]

Link to Sentry event

No response

Reproduction Example/SDK Setup
            sentryTanstackStart({
              org: "...",
              project: "...",
              authToken: process.env.SENTRY_AUTH_TOKEN,
              tunnelRoute: "/sentry-tunnel",
            }),
Steps to Reproduce

Set up the Sentry SDK with tunnelRoute enabled. Then, make either a GET or POST request to the route, and observe that the root component's loader functions are run.

Expected Result

The tunnel route should behave as a server route, outside of the component layout hierarchy, and should not run any component data loaders.

Actual Result

The tunnel route is mounted as a virtual route which is a child of the root route in packages/tanstackstart-react/src/vite/tunnelRoute.ts. Therefore, when HTTP requests are sent to the tunnel endpoint, the root route's data loaders run.

Additional Context

No response

Priority

React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it.

Lingua principale
TypeScript
Stelle
8.7k
Fork
1.9k
Merge medio
1g 17h
PR unite (30g)
543

Preparare l'ambiente

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.