From fb17c782f043f35be027b83b8d9538e72ce015c7 Mon Sep 17 00:00:00 2001 From: Daniel 'f0o' Preussker Date: Sat, 7 Sep 2024 17:57:11 +0000 Subject: [PATCH] Temporarily Enable Sentry Debug --- pkg/http/http.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/http/http.go b/pkg/http/http.go index 58c794b..7a64a5f 100644 --- a/pkg/http/http.go +++ b/pkg/http/http.go @@ -214,6 +214,7 @@ func ListenAndServe(ctx context.Context, cfg *utils.Config, rts utils.RouterMap, ProfilesSampleRate: 1.0, Release: strings.Split(utils.Version(), "+")[0], Environment: cfg.Web.Sentry.Environment, + Debug: true, }) if err != nil { log.Println("WARNING: Failed to initialize Sentry:", err, "disabling Sentry middleware")