Skip to content

Commit

Permalink
Monitoring: Add Scout APM (#487)
Browse files Browse the repository at this point in the history
* Add scout APM
  • Loading branch information
subintp committed Feb 14, 2020
1 parent 919261d commit eb51859
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -73,6 +73,7 @@ gem 'haikunator'
##--- gems for debugging and error reporting ---##
# static analysis
gem 'brakeman'
gem 'scout_apm'
gem 'sentry-raven'

##-- background job processing --##
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -393,6 +393,8 @@ GEM
rubocop-rspec (1.37.1)
rubocop (>= 0.68.1)
ruby-progressbar (1.10.1)
scout_apm (2.6.6)
parser
seed_dump (3.3.1)
activerecord (>= 4)
activesupport (>= 4)
Expand Down Expand Up @@ -536,6 +538,7 @@ DEPENDENCIES
rubocop-performance
rubocop-rails
rubocop-rspec
scout_apm
seed_dump
sentry-raven
shoulda-matchers
Expand Down

0 comments on commit eb51859

Please sign in to comment.