You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/javascript/guides/tanstackstart-react/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,7 +230,7 @@ const route = createRoute({
230
230
231
231
The stack traces in your Sentry errors probably won't look like your actual code. To fix this, upload your source maps to Sentry.
232
232
233
-
Since TanStack Start uses Vite, you can use the Sentry Vite plugin to automatically upload source maps. Follow the [Vite source maps guide](/platforms/javascript/sourcemaps/uploading/vite/) to set this up.
233
+
Since TanStack Start uses Vite, you can use the Sentry Vite plugin to automatically upload source maps. Follow our [TanStack Start source maps guide](/platforms/javascript/guides/tanstackstart-react/sourcemaps) to set this up.
234
234
235
235
## Step 5: Avoid Ad Blockers With Tunneling (Optional)
0 commit comments