From bb51be01eacb8b938b9dff945a32f06b54c7f9d9 Mon Sep 17 00:00:00 2001 From: Trey Pendragon Date: Mon, 13 Mar 2017 12:50:16 -0700 Subject: [PATCH] Add honeybadger for error detection --- Capfile | 2 ++ Gemfile | 1 + Gemfile.lock | 2 ++ 3 files changed, 5 insertions(+) diff --git a/Capfile b/Capfile index 9fbbc845..5e5be970 100644 --- a/Capfile +++ b/Capfile @@ -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' diff --git a/Gemfile b/Gemfile index a7b3562b..f7119f6f 100644 --- a/Gemfile +++ b/Gemfile @@ -99,3 +99,4 @@ gem 'newrelic_rpm' gem 'dalli' gem 'ruby-prof', require: false gem 'ddtrace' +gem 'honeybadger', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 0ab97529..ffd1f6e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -585,6 +586,7 @@ DEPENDENCIES devise_invitable factory_girl_rails friendly_id! + honeybadger (~> 2.0) iiif-presentation iso-639 jbuilder (~> 2.0)