sentry-tanstack-start-sdk

Configure Sentry observability for TanStack Start React apps.

1|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/getsentry/plugin-claude --skill sentry-tanstack-start-sdk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sentry-tanstack-start-sdk
Source: https://github.com/getsentry/plugin-claude/tree/main/skills/sentry-tanstack-start-sdk
Command: npx skills add https://github.com/getsentry/plugin-claude --skill sentry-tanstack-start-sdk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

TanStack Start React apps often lack comprehensive observability; this Skill provides an end-to-end guide to integrate Sentry across client and server runtimes.

Core Features & Use Cases

  • Client and server instrumentation for TanStack Start React projects, enabling error monitoring, tracing, session replay, logs, and user feedback.
  • Step-by-step guidance to configure @sentry/tanstackstart-react, the Vite plugin, and server entry wrapping for full-stack observability.
  • Use case: rapidly instrument a TanStack Start app to capture browser and server errors, traces, replays, and user feedback.

Quick Start

Initialize Sentry in your TanStack Start React project and configure client/server instrumentation using the official TanStack Start APIs.

Frequently Asked Questions about sentry-tanstack-start-sdk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add Sentry error monitoring to a TanStack Start React app?▼

To add Sentry error monitoring to a TanStack Start React app, configure the `@sentry/tanstackstart-react` package alongside the Vite plugin and server entry wrapping. This instruments both client and server runtimes for full-stack observability.

What does full-stack observability mean for TanStack Start server-side routing?▼

Full-stack observability for TanStack Start server-side routing involves instrumenting both the client-side routing and the server entry point. This mechanism captures browser and server errors, traces, logs, and session replays across the entire request lifecycle.

Can I capture session replays and user feedback with TanStack Start and Sentry?▼

Yes, you can capture session replays and user feedback in TanStack Start by applying the official Sentry initialization options. Configuring the client and server instrumentation enables these monitoring features alongside standard error tracking.

Do I need to configure global middleware for Sentry tracing in TanStack Start?▼

Configuring global middleware in TanStack Start is required to enable comprehensive Sentry tracing across server-side operations. Wrapping the server entry with the official APIs ensures traces propagate correctly through the full-stack runtime.

What is the best way to set up the Sentry Vite plugin for TanStack Start?▼

The best way to set up the Sentry Vite plugin for TanStack Start is to follow an end-to-end configuration guide that wires the plugin into your build process. This automatically handles source map uploads and instrumenting the client bundle.