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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,11 +226,17 @@ const route = createRoute({
226
226
})
227
227
```
228
228
229
-
## Step 4: Avoid Ad Blockers With Tunneling (Optional)
229
+
## Step 4: Add Readable Stack Traces to Errors (Optional)
230
+
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
+
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.
234
+
235
+
## Step 5: Avoid Ad Blockers With Tunneling (Optional)
0 commit comments