From 8811076c91cf93858522f4521aa44718b1a37b5d Mon Sep 17 00:00:00 2001 From: n0str Date: Wed, 18 Dec 2024 17:07:17 +0300 Subject: [PATCH] Change catcher type --- pkg/server/errorshandler/handler_sentry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {