Skip to content

feat(onboarding): Add global sentry exception middlewares to tanstack start onboarding#108351

Merged
nicohrubec merged 2 commits intomasterfrom
nh/tss-error-middleware
Feb 25, 2026
Merged

feat(onboarding): Add global sentry exception middlewares to tanstack start onboarding#108351
nicohrubec merged 2 commits intomasterfrom
nh/tss-error-middleware

Conversation

@nicohrubec
Copy link
Member

We added global sentry middlewares to capture server-side errors in the Tanstack Start SDK. PR Docs PR

This will ship with the 10.40.0 release of the javascript SDKs. Updating the onboarding accordingly.

@nicohrubec nicohrubec requested a review from a team as a code owner February 17, 2026 16:55
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 17, 2026
Copy link
Member

@priscilawebdev priscilawebdev left a comment

Choose a reason for hiding this comment

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

lgtm

Comment on lines 328 to 331
type: 'text',
text: t(
'The Sentry middleware should be the first middleware in the arrays to ensure all errors are captured. SSR rendering exceptions are not captured by the middleware. Use captureException to manually capture those errors.'
),
Copy link
Member

Choose a reason for hiding this comment

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

this seems an important info, shouldn't this be a blue alert?

Copy link
Member Author

@nicohrubec nicohrubec Feb 24, 2026

Choose a reason for hiding this comment

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

good idea thank you

@nicohrubec nicohrubec merged commit 1c633ad into master Feb 25, 2026
63 checks passed
@nicohrubec nicohrubec deleted the nh/tss-error-middleware branch February 25, 2026 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants