Skip to content

Commit

Permalink
Merge pull request #86 from dendd1/master
Browse files Browse the repository at this point in the history
rename key for middleware sentry
  • Loading branch information
Neur0toxine authored Dec 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents b529c4f + 2aac5cc commit fcb9940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/middleware/sentry.go
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit fcb9940

Please sign in to comment.