Setup & Installation
What This Skill Does
Full Sentry SDK setup for Go. Use when asked to add Sentry to Go, install sentry-go, setup Sentry in Go, or configure error monitoring, tracing, logging, metrics, or crons for Go applications. Supports net/http, Gin, Echo, Fiber, FastHTTP, Iris, and Negroni.
Encodes the framework-specific middleware wiring so Go services do not reinvent it per project.
When to use it
- Adding sentry-go to a Gin-based API
- Instrumenting an Echo service with tracing
- Wiring Sentry middleware into a net/http server
- Monitoring Go background workers with crons
- Standardizing Sentry config across Go microservices