class Honeybadger::Config

def init!(opts = {}, env = ENV)

`require 'honeybadger/ruby'`).
initialization. This is not required for the notifier to work (i.e. with
Called by framework (see lib/honeybadger/init/) at the point of
def init!(opts = {}, env = ENV)
  load!(framework: opts, env: env)
  init_logging!
  init_backend!
  logger.info(sprintf('Initializing Honeybadger Error Tracker for Ruby. Ship it! version=%s framework=%s', Honeybadger::VERSION, detected_framework))
  logger.warn('Development mode is enabled. Data will not be reported until you deploy your app.') if warn_development?
  self
end