Skip to content

Instantly share code, notes, and snippets.

@starrhorne
Created June 21, 2013 15:32
Show Gist options
  • Save starrhorne/5832037 to your computer and use it in GitHub Desktop.
Save starrhorne/5832037 to your computer and use it in GitHub Desktop.
Sample honeybadger initializer for heroku
Honeybadger.configure do |config|
config.api_key = ENV['HONEYBADGER_API_KEY']
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment