Skip to content

Commit dcc6e13

Browse files
authored
Merge pull request #2313 from mroderick/add-scout-apm
chore: add scout_apm for monitoring
2 parents 9f49489 + 9d48522 commit dcc6e13

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,6 @@ group :production do
117117
end
118118

119119
gem 'rollbar'
120+
gem 'scout_apm'
120121

121122
gem "carrierwave-aws", "~> 1.6"

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,8 @@ GEM
461461
sprockets (> 3.0)
462462
sprockets-rails
463463
tilt
464+
scout_apm (5.7.1)
465+
parser
464466
selenium-webdriver (4.34.0)
465467
base64 (~> 0.2)
466468
logger (~> 1.4)
@@ -600,6 +602,7 @@ DEPENDENCIES
600602
rubocop-rails
601603
rubocop-rspec
602604
sassc-rails
605+
scout_apm
603606
selenium-webdriver
604607
shoulda-matchers (~> 6.5)
605608
simple_form

0 commit comments

Comments
 (0)