From bf970d1cb308145380b73eefaffc35c58c1b34b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emir=20Ribi=C4=87?= Date: Mon, 15 Apr 2024 13:10:10 +0200 Subject: [PATCH] fix linter (#816) --- http/sentryhttp.go | 1 - 1 file changed, 1 deletion(-) diff --git a/http/sentryhttp.go b/http/sentryhttp.go index c8281be1..64a7871a 100644 --- a/http/sentryhttp.go +++ b/http/sentryhttp.go @@ -99,7 +99,6 @@ func (h *Handler) HandleFunc(handler http.HandlerFunc) http.HandlerFunc { func (h *Handler) handle(handler http.Handler) http.HandlerFunc { return func(w http.ResponseWriter, r *http.Request) { - ctx := r.Context() hub := sentry.GetHubFromContext(ctx) if hub == nil {