Add errbit integration

This commit is contained in:
Tom Naessens 2015-09-09 13:37:10 +02:00
parent b66a06f139
commit 83f4cfecef
3 changed files with 13 additions and 0 deletions

View File

@ -84,3 +84,6 @@ end
gem 'high_voltage', '~> 2.4.0'
gem 'simple_form'
# Errors on errbit
gem 'airbrake'

View File

@ -36,6 +36,9 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
airbrake (4.3.1)
builder
multi_json
ajax-datatables-rails (0.3.1)
railties (>= 3.1)
annotate (2.6.10)
@ -254,6 +257,7 @@ PLATFORMS
ruby
DEPENDENCIES
airbrake
ajax-datatables-rails
annotate
byebug

View File

@ -0,0 +1,6 @@
Airbrake.configure do |config|
config.api_key = '066f6146dde14038b5ab69a2f680cd4a'
config.host = 'zeus-errbit.ilion.me'
config.port = 80
config.secure = config.port == 443
end