Yuriy Klyahin

Results 1 issues of Yuriy Klyahin

Seems potential bug: https://github.com/elastic/apm-agent-go/blob/master/module/apmhttp/handler.go#L71 ``` if !h.tracer.Active() || h.requestIgnorer(req) { h.handler.ServeHTTP(w, req) return } ``` Changing the trace flag in the configuration can have unexpected behaviour. This can be a...