mirror of
https://github.com/retailcrm/mg-transport-core.git
synced 2025-04-04 05:43:33 +03:00
rename key for middleware sentry
This commit is contained in:
parent
5f4534e54b
commit
487351dc70
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue