What problem does it solve? Setting up Sentry in a Go application requires choosing the right framework middleware, logging integration, and feature configuration across many SDK sub-packages. This Skill scans your Go project, detects your framework and libraries, and guides you through a complete, verified Sentry setup. ## Core Features & Use Cases - Project Detection: Scans go.mod to detect frameworks (Gin, Echo, Fiber, FastHTTP, Iris, Negroni, net/http, gRPC), logging libraries (logrus, zap, zerolog, slog), cron schedulers, and OpenTelemetry usage. - Feature-Guided Setup: Walks through Error Monitoring, Tracing, Logging, Metrics, and Crons one at a time using detailed reference guides with verified code examples. - Framework Middleware & gRPC: Provides exact middleware registration patterns, hub access methods, and gRPC interceptors for each supported framework. - Use Case: You have a Gin-based REST API using zerolog and robfig/cron. The Skill detects all three, installs the correct sentry-go sub-packages, configures error capture with middleware, enables tracing, and sets up cron check-ins for your scheduled jobs. ## Quick Start Ask the AI to add Sentry to your Go project and it will scan your dependencies, recommend features, and configure the SDK step by step.