Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
Add honeybadger
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jul 17, 2017
1 parent a57408b commit cbf4484
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 15 deletions.
2 changes: 2 additions & 0 deletions Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ require 'whenever/capistrano'

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

require 'capistrano/honeybadger'
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ group :development do
gem 'capistrano-bundler', '~> 1.1'
gem 'dlss-capistrano'
end

gem 'honeybadger'
32 changes: 17 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,32 +117,33 @@ GEM
stanford-mods (>= 2.3.1)
systemu (~> 2.6)
uuidtools (~> 2.1.4)
dor-workflow-service (2.1.0)
dor-workflow-service (2.2.1)
activesupport (>= 3.2.1, < 6)
confstruct (>= 0.2.7, < 2)
faraday (~> 0.9.2)
net-http-persistent (~> 2.9.4)
nokogiri (~> 1.6.0)
faraday (~> 0.9, >= 0.9.2)
net-http-persistent (>= 2.9.4, < 4.a)
nokogiri (~> 1.6)
retries
druid-tools (0.4.1)
ebnf (1.0.0)
rdf (~> 1.1)
sxp (~> 0.1, >= 0.1.3)
equivalent-xml (0.6.0)
nokogiri (>= 1.4.3)
faraday (0.9.2)
faraday (0.12.1)
multipart-post (>= 1.2, < 3)
haml (4.0.7)
tilt
hashdiff (0.3.0)
honeybadger (3.1.2)
hooks (0.4.1)
uber (~> 0.0.14)
htmlentities (4.3.4)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (0.7.0)
i18n (0.8.6)
iso-639 (0.2.8)
json (1.8.3)
json (1.8.6)
json-ld (1.99.2)
multi_json (~> 1.11)
rdf (~> 1.99)
Expand All @@ -168,7 +169,7 @@ GEM
rdf-xsd (~> 1.1, >= 1.1.5)
sparql (~> 1.99)
sparql-client (~> 1.99)
lyber-core (4.0.3)
lyber-core (4.1.3)
activesupport
dor-workflow-service (>= 1.7, < 3)
lyber-utils (0.1.2)
Expand All @@ -180,8 +181,8 @@ GEM
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.9.1)
mini_portile2 (2.2.0)
minitest (5.10.2)
moab-versioning (2.0.0)
confstruct
json
Expand All @@ -207,8 +208,8 @@ GEM
net-ssh (>= 2.6.5)
net-ssh (3.2.0)
netrc (0.11.0)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
nokogiri-happymapper (0.5.9)
nokogiri (~> 1.5)
nom-xml (0.6.0)
Expand Down Expand Up @@ -386,10 +387,10 @@ GEM
term-ansicolor (1.4.0)
tins (~> 1.0)
thor (0.19.1)
thread_safe (0.3.5)
thread_safe (0.3.6)
tilt (2.0.5)
tins (1.6.0)
tzinfo (1.2.2)
tzinfo (1.2.3)
thread_safe (~> 0.1)
uber (0.0.15)
unf (0.1.4)
Expand Down Expand Up @@ -420,6 +421,7 @@ DEPENDENCIES
dlss-capistrano
dor-fetcher
dor-services (~> 5.11)
honeybadger
lyber-core (~> 4.0, >= 4.0.3)
pry (~> 0.10.0)
rake (>= 10.3.2)
Expand All @@ -433,4 +435,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.13.6
1.14.6
3 changes: 3 additions & 0 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
# set :keep_releases, 5

set :linked_dirs, %w(log run config/environments config/certs)
set :linked_files, %w(config/honeybadger.yml)

namespace :deploy do
desc 'Restart application'
Expand All @@ -52,3 +53,5 @@

after :publishing, :restart
end

set :honeybadger_env, fetch(:stage)

0 comments on commit cbf4484

Please sign in to comment.