Sentry/sentry-go-sdk — Agent Skills | officialskills.sh
Back to skills

sentry-go-sdk

Full Sentry SDK setup for Go — net/http, Gin, Echo, Fiber, FastHTTP, Iris, and Negroni.

Setup & Installation

npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-go-sdk
or paste the link and ask your coding assistant to install it
https://github.com/getsentry/sentry-for-ai/tree/main/skills/sentry-go-sdk
View on GitHub

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