This walks you through the full Sentry setup for Android apps, not just the basic dependency drop. It detects your project structure (Gradle DSL flavor, version catalogs, Compose, OkHttp, Room), then guides you through error monitoring, tracing, profiling, session replay, and logging with concrete code snippets for each. The detection phase is thorough, checking for things like minSdk to warn about replay compatibility and existing integrations to avoid duplicate config. It recommends the Sentry wizard first but falls back to manual setup with catalog-aware examples if you skip it. Good for greenfield setup or retrofitting Sentry into an existing codebase without guessing at config.
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-android-sdk