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