Closed Dredouane closed 1 year ago
https://github.com/labstack/echo-contrib/blob/fd0452527ce01ce8a4801451d351aa093f169b97/jaegertracing/jaegertracing.go#L240
POST requests are sent with a nil body? the body param is not used or I'm missing something? Thanks
@carlosedp I think this is a bug? @Dredouane feel free to pass the body to the line you referenced and open a PR maybe?
This bit should fix https://github.com/labstack/echo-contrib/pull/71
Fixed in https://github.com/labstack/echo-contrib/releases/tag/v0.13.1
https://github.com/labstack/echo-contrib/blob/fd0452527ce01ce8a4801451d351aa093f169b97/jaegertracing/jaegertracing.go#L240
POST requests are sent with a nil body? the body param is not used or I'm missing something? Thanks