remove airbrake

This commit is contained in:
Wedge 2019-02-10 17:04:07 +03:00
parent 68df83eef5
commit 0c4e1e6f91
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
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