Merge pull request #86 from dendd1/master

rename key for middleware sentry
This commit is contained in:
Pavel 2024-12-24 09:55:38 +03:00 committed by GitHub
commit fcb9940c9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ import (
"github.com/gin-gonic/gin"
)
var ginContextSentryKey = "sentry"
var ginContextSentryKey = "middleware-sentry"
type Sentry interface {
CaptureException(c *gin.Context, exception error)