Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
contrib/gofiber/fiber.v2: use UserContext in Middleware for span crea…
…tion The Middleware was incorrectly using `c.Context()` instead of `c.UserContext()` to start spans. This could break the propagation of the context defined by other middlewares earlier in the chain. This change ensures that `tracer.StartSpanFromContext` uses the correct context provided by Fiber, preserving context propagation and ensuring proper tracing behavior. Fixes DataDog#2199
- Loading branch information