From f1e97dad566d5bb2370885992d8f176b4cb7cc93 Mon Sep 17 00:00:00 2001 From: Syahid Firdaus Date: Fri, 16 Feb 2024 22:01:06 +0700 Subject: [PATCH] fix: sentryhttp - correct SDK identifier in comments (#783) --- http/sentryhttp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/sentryhttp.go b/http/sentryhttp.go index 2fb5a9f90..d581fd029 100644 --- a/http/sentryhttp.go +++ b/http/sentryhttp.go @@ -11,7 +11,7 @@ import ( "github.com/getsentry/sentry-go" ) -// The identifier of the Gin SDK. +// The identifier of the HTTP SDK. const sdkIdentifier = "sentry.go.http" // A Handler is an HTTP middleware factory that provides integration with