Skip to content

Instantly share code, notes, and snippets.

@benarent
Created March 24, 2015 21:08
Show Gist options
  • Save benarent/d06a096082cdc49600ae to your computer and use it in GitHub Desktop.
Save benarent/d06a096082cdc49600ae to your computer and use it in GitHub Desktop.
Hostname
Airbrake.configure do |config|
config.api_key = 'myapikey'
config.environment_name = `hostname` # or whatever else
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment