experiment
This commit is contained in:
parent
d7b45a1439
commit
6d5bdf1984
@ -71,7 +71,7 @@ func new(config ...middlewareConfig) fiber.Handler {
|
||||
|
||||
otelCtx, span := Tracer.Start(
|
||||
c.UserContext(),
|
||||
c.Method()+" "+c.Route().Path,
|
||||
c.Method()+" "+c.OriginalURL(),
|
||||
opts...,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user