This walks you through the full Sentry setup for Go apps with an opinionated wizard that detects your framework and dependencies first, then recommends exactly which features to enable. It covers net/http, Gin, Echo, Fiber, FastHTTP, Iris, and Negroni, plus automatic integration with common logging libraries like logrus, zap, and zerolog. The guide is structured in phases: detect what's already there, propose a concrete plan instead of asking open-ended questions, then install only what you need. It includes sensible defaults for tracing sample rates and proper middleware configuration for each framework. Good if you want error monitoring, distributed tracing, or cron job monitoring without guessing at the right incantations.
npx skills add https://github.com/getsentry/sentry-agent-skills --skill sentry-go-sdk