Open rvdwijngaard opened 7 years ago
Thanks for your feedback. We will look into this and we're planning on support more libraries and web frameworks in the next calendar year. Please stay tuned.
@rvdwijngaard with echo 3.0+ you can create a middleware to start tracking
var xr = func() echo.MiddlewareFunc {
return echo.WrapMiddleware(func(h http.Handler) http.Handler {
return xray.Handler(xray.NewFixedSegmentNamer(".com"), h)
})
}
@andizzle In this case, How do you handle url skipper?
it works for me https://goplay.space/#hMVZqdhEOt7
Hi,
Do you have any plans to support popular web frameworks like labstack echo ?