Skip to content

Commit

Permalink
Add honeybadger for error detection
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Mar 13, 2017
1 parent 39b2814 commit bb51be0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ require 'capistrano/rails/console'

# Load custom tasks from `lib/capistrano/tasks` if you have any defined
Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }

require 'capistrano/honeybadger'
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,4 @@ gem 'newrelic_rpm'
gem 'dalli'
gem 'ruby-prof', require: false
gem 'ddtrace'
gem 'honeybadger', '~> 2.0'
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ GEM
activesupport (>= 4.1.0)
hashdiff (0.3.0)
hashie (3.4.6)
honeybadger (2.7.2)
i18n (0.8.1)
iiif-presentation (0.1.0)
activesupport (>= 3.2.18)
Expand Down Expand Up @@ -585,6 +586,7 @@ DEPENDENCIES
devise_invitable
factory_girl_rails
friendly_id!
honeybadger (~> 2.0)
iiif-presentation
iso-639
jbuilder (~> 2.0)
Expand Down

0 comments on commit bb51be0

Please sign in to comment.