Skip to content

Commit

Permalink
fix: sentryhttp - correct SDK identifier in comments (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
syahidfrd authored Feb 16, 2024
1 parent 7f09b56 commit f1e97da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/sentryhttp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1e97da

Please sign in to comment.