class ElasticAPM::Normalizers::Grape::EndpointRun
def backtrace(payload)
def backtrace(payload) source_location = payload[:endpoint].source.source_location ["#{source_location[0]}:#{source_location[1]}"] end
def backtrace(payload) source_location = payload[:endpoint].source.source_location ["#{source_location[0]}:#{source_location[1]}"] end