Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions docs/platforms/javascript/guides/tanstackstart-react/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,17 @@ const route = createRoute({
})
```

## Step 4: Avoid Ad Blockers With Tunneling (Optional)
## Step 4: Add Readable Stack Traces to Errors (Optional)

The stack traces in your Sentry errors probably won't look like your actual code. To fix this, upload your source maps to Sentry.

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.

## Step 5: Avoid Ad Blockers With Tunneling (Optional)

<PlatformContent includePath="getting-started-tunneling" />

## Step 5: Verify
## Step 6: Verify

Let's test your setup and confirm that Sentry is working correctly and sending data to your Sentry project.

Expand Down
Loading