elastic apm

This commit is contained in:
2023-02-10 18:53:20 +02:00
parent 67fd6607f4
commit 0b666d5dd5
3 changed files with 34 additions and 2 deletions

View File

@ -35,9 +35,9 @@ gem "passenger" , require: "phusion_passenger/rack_handler"
gem "bootsnap", require: false
group :production do
gem 'newrelic_rpm'
end
gem 'newrelic_rpm'
gem 'elastic-apm'
group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri mingw x64_mingw ]