Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

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

クローズ
#24,605 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
75/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
活発
技術スタック
react, typescript
領域
api, backend

調査の方向性

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.

索引モデルが issue の本文から書いたものです。

説明

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.

主要言語
TypeScript
スター
8.7k
フォーク
1.9k
平均マージ
1日 15時間
マージ済み PR(30日)
523

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

getsentry/sentry-javascript のほかの issue

getsentry/sentry-javascript の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。