What problem does it solve?
This skill resolves the complexity of manually configuring observability in Go applications by providing an automated, opinionated wizard that ensures comprehensive error monitoring, tracing, and logging coverage.
Core Features & Use Cases
- Automated Dependency Detection: Identifies your specific web framework, logging library, and cron scheduler to suggest the correct Sentry sub-packages.
- Full Observability Suite: Configures error monitoring, distributed tracing, and log capture with best-practice defaults.
- Use Case: If you are migrating a Gin-based microservice to production, this skill will automatically detect your framework, install the necessary middleware, and guide you through setting up performance tracing and panic recovery.
Quick Start
Invoke the sentry-go-sdk skill to scan your current Go project and generate the necessary initialization code for Sentry error monitoring and tracing.