What problem does it solve? Setting up Sentry in a Next.js app requires configuring three separate runtimes (browser, Node.js server, and Edge), wiring instrumentation hooks, error boundaries, and source map uploads. This Skill guides you through the entire setup so nothing is missed. ## Core Features & Use Cases - Three-Runtime Setup: Creates instrumentation-client.ts, sentry.server.config.ts, sentry.edge.config.ts, and instrumentation.ts with correct runtime dispatch. - Feature Configuration: Step-by-step references for error monitoring, tracing, session replay, logging, profiling, AI monitoring, crons, and metrics. - Router-Aware Guidance: Handles both App Router (global-error.tsx) and Pages Router (_error.tsx) patterns, plus Turbopack vs webpack differences. - Use Case: You have a Next.js 15 app with App Router and a Go backend. The Skill detects your stack, recommends Error Monitoring + Tracing + Session Replay, generates all config files, and suggests the matching Go SDK skill for distributed tracing. ## Quick Start Ask the AI to add Sentry to your Next.js app and set up error monitoring, tracing, and session replay across all runtimes.