class ElasticAPM::ContextBuilder

def get_body(req)

def get_body(req)
  return req.POST if req.form_data?
  body = req.body.read
  req.body.rewind
  body
end