require 'airbrake'
#Airbrake.configure do |config|
# config.project_key = APP_CONFIG['airbrake']['api_key']
# config.host = APP_CONFIG['airbrake']['host']
#config.port = 80
#config.secure = config.port == 443
#end