🔵 Go  ·  Available

Error Tracking for Gin

Capture, group, and fix errors in your Gin application. Set up in minutes with automatic exception capture, smart grouping, and instant Slack alerts.

Add Wevitos to your Gin project

Install the SDK, add your API key, and errors flow into your dashboard automatically.

🔵

Installation

go get github.com/xzitlou/wevitos-go
main.go
import wevitos "github.com/xzitlou/wevitos-go" func main() {     wevitos.Init(wevitos.Config{APIKey: "wvt_..."})     r := gin.Default()     r.Use(func(c *gin.Context) {         defer wevitos.Recover()         c.Next()     }) }

What you get with Gin

Gin middleware with panic recovery

Request context and parameters

Route-level error tracking

Compatible with any Gin version

Smart error grouping — thousands of events become one actionable issue

Slack & email alerts with progressive throttling

AI-native MCP server — let Claude Code and Cursor fix bugs directly

More Go integrations

🔵 Go 🔵 Fiber
View all supported stacks

Start tracking Gin errors today

Set up error tracking in under 2 minutes. No credit card required.