2013-09-27 12:49:11 +01:00
|
|
|
require 'airbrake'
|
|
|
|
|
2016-05-22 16:54:18 +01:00
|
|
|
#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
|