This walks Claude through setting up Sentry's full observability stack in React Native and Expo projects. It's a structured wizard that detects your project type (Expo managed, bare, or vanilla RN), scans for existing navigation and state management libraries, then guides you through installing error monitoring, tracing, profiling, session replay, and logging with concrete setup steps. The skill handles the differences between Expo SDK versions, Hermes configurations, and routing libraries, which matters because mobile Sentry setup has real platform-specific gotchas around source maps and native crash reporting. Use this when you need production-ready monitoring, not just basic error tracking. It even tries to cross-link your backend SDK if it detects one.
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-react-native-sdk