mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
inject modified request into context (#38807)
This commit is contained in:
@@ -52,6 +52,7 @@ func RequestTracing() macaron.Handler {
|
||||
|
||||
ctx := opentracing.ContextWithSpan(req.Context(), span)
|
||||
c.Req = req.WithContext(ctx)
|
||||
c.Map(c.Req)
|
||||
|
||||
c.Next()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user