module ElasticAPM::Grape
def configure_app(app, config)
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