Skip to content

Commit

Permalink
Install AppSignal (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi authored Nov 21, 2024
1 parent 70a59fb commit 0a9497a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ group :development do
end

group :production do
gem "appsignal"
gem "aws-sdk-s3", require: false
gem "barnes" # Needed to be able to debug Puma status
gem "dalli"
Expand All @@ -60,7 +61,6 @@ group :production do
gem "rails_12factor"
gem "rails_autoscale_agent"
gem "rexml"
gem "scout_apm"
gem "sentry-rails"
gem "sentry-ruby"
gem "sentry-sidekiq"
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@ GEM
activesupport (>= 6.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
appsignal (4.2.0)
logger
rack
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.896.0)
Expand Down Expand Up @@ -874,8 +877,6 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.4.0)
ffi (~> 1.9)
scout_apm (5.3.7)
parser
selenium-webdriver (4.25.0)
base64 (~> 0.2)
logger (~> 1.4)
Expand Down Expand Up @@ -987,6 +988,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
appsignal
aws-sdk-s3
barnes
bootsnap
Expand Down Expand Up @@ -1030,7 +1032,6 @@ DEPENDENCIES
rspec
rubocop
rubocop-faker
scout_apm
sentry-rails
sentry-ruby
sentry-sidekiq
Expand Down

0 comments on commit 0a9497a

Please sign in to comment.