mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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