Skip to content

feat(onboarding): Add sentryTanstackStart vite plugin#106555

Merged
nicohrubec merged 3 commits intomasterfrom
nh/tss-vite-plugin
Jan 20, 2026
Merged

feat(onboarding): Add sentryTanstackStart vite plugin#106555
nicohrubec merged 3 commits intomasterfrom
nh/tss-vite-plugin

Conversation

@nicohrubec
Copy link
Member

We recently added the sentryTanstackStart vite plugin to the Tanstack Start SDK. This plugin currently manages source maps upload for the user, but will in the future also enable other features. Updating the onboarding to reflect this.

@nicohrubec nicohrubec requested a review from a team as a code owner January 20, 2026 10:18
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 20, 2026
@nicohrubec nicohrubec requested review from a team, AbhiPrasad and RulaKhaled and removed request for a team January 20, 2026 10:21
filename: 'vite.config.ts',
code: `import { defineConfig } from "vite";
import { tanstackStart } from "@tanstack/react-start/plugin/vite";
import { sentryTanstackStart } from "@sentry/tanstackstart-react";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

l: I missed this in your docs PR, but I think we should put the sentry import above the tanstack import, our formatter would place it ahead based on lexicographical sorting. Would be nice if it didn't trip up formatters people might use, wdyt?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, I moved it up

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's also ship a quick fix for that in the docs when you have time please 🙏

Copy link
Member

@andreiborza andreiborza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice nice nice nice

@nicohrubec nicohrubec merged commit 7d1e85b into master Jan 20, 2026
53 checks passed
@nicohrubec nicohrubec deleted the nh/tss-vite-plugin branch January 20, 2026 16:10
@github-actions github-actions bot locked and limited conversation to collaborators Feb 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants