A guided setup wizard that scans your Ruby project, detects your framework (Rails, Sinatra, Rack), background jobs (Sidekiq, Resque), and any existing monitoring tools, then walks you through installing the right Sentry gems and configuration. It handles error monitoring, tracing, logging, metrics, profiling, and cron monitoring. The detection phase is smart: it spots OpenTelemetry setups and routes you to OTLP integration instead of native tracing, finds competitor tools like Bugsnag or Rollbar and loads migration guides, and recommends features based on what's actually in your Gemfile. Good for greenfield setups or migrating from another error tracker without missing edge cases.
npx skills add https://github.com/getsentry/sentry-agent-skills --skill sentry-ruby-sdk