Bugsnag.configure do |config| config.api_key = ENV['BUGSNAG_API_KEY'] config.notify_release_stages = %w(production staging) config.use_ssl = true end