class ElasticAPM::Config

def set_rails(app) # rubocop:disable Metrics/AbcSize

rubocop:disable Metrics/AbcSize
def set_rails(app) # rubocop:disable Metrics/AbcSize
  self.service_name ||= format_name(service_name || app.class.parent_name)
  self.framework_name ||= 'Ruby on Rails'
  self.framework_version ||= Rails::VERSION::STRING
  self.logger ||= Rails.logger
  self.root_path = Rails.root.to_s
  self.view_paths = app.config.paths['app/views'].existent
end