diff --git a/gin/sentrygin.go b/gin/sentrygin.go index 984db2c94..45ae805b9 100644 --- a/gin/sentrygin.go +++ b/gin/sentrygin.go @@ -60,7 +60,7 @@ func (h *handler) handle(c *gin.Context) { } transaction := sentry.StartTransaction(ctx, - c.Request.URL.Path, + c.FullPath(), options..., ) defer func() {