Skip to content

Commit

Permalink
Change catcher type
Browse files Browse the repository at this point in the history
  • Loading branch information
n0str committed Dec 18, 2024
1 parent f0a377c commit 8811076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/errorshandler/handler_sentry.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8811076

Please sign in to comment.