Handles the full Sentry setup for React apps, from installing @sentry/react to configuring error capture, session replay, and tracing. It uses the modern instrument.js pattern and supports React 19's error hooks or the classic ErrorBoundary component for older versions. The skill also wires up browser tracing, Redux integration, and router instrumentation for React Router v4 through v7 and TanStack Router. Source map uploads via @sentry/wizard are included so your production stack traces are actually readable. If you're adding observability to a React app and want the boring setup work done correctly the first time, this gets you there without reading the docs yourself.
npx skills add https://github.com/getsentry/sentry-agent-skills --skill sentry-react-setup