in lib/elastic_apm/grape.rb [47:54]
def configure_app(app, config)
config.service_name ||= app.name
config.framework_name ||= 'Grape'
config.framework_version ||= ::Grape::VERSION
config.logger ||= app.logger
config.__root_path ||= Dir.pwd
end