diff --git a/pkg/server/errorshandler/handler_sentry.go b/pkg/server/errorshandler/handler_sentry.go index 1e39878..7e05676 100644 --- a/pkg/server/errorshandler/handler_sentry.go +++ b/pkg/server/errorshandler/handler_sentry.go @@ -10,7 +10,7 @@ import ( ) const SentryQueueName = "external/sentry" -const CatcherType = "sentry" +const CatcherType = "external/sentry" // HandleHTTP processes HTTP requests with JSON body func (handler *Handler) HandleSentry(ctx *fasthttp.RequestCtx) {