diff --git a/Gemfile b/Gemfile index 3b85f197..20c7a4d3 100644 --- a/Gemfile +++ b/Gemfile @@ -150,3 +150,5 @@ group :production do end gem 'concurrent-ruby', require: false + +gem "elastic-apm", "~> 3.13" diff --git a/Gemfile.lock b/Gemfile.lock index e61f0d49..43ac082f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -209,6 +209,9 @@ GEM dotenv (= 2.7.6) railties (>= 3.2) e2mmap (0.1.0) + elastic-apm (3.13.0) + concurrent-ruby (~> 1.0) + http (>= 3.0) elasticsearch (7.10.1) elasticsearch-api (= 7.10.1) elasticsearch-transport (= 7.10.1) @@ -698,6 +701,7 @@ DEPENDENCIES devise_pam_authenticatable2 (~> 9.2) doorkeeper (~> 5.1) dotenv-rails (~> 2.7) + elastic-apm (~> 3.13) fabrication (~> 2.20) faker (~> 1.9) fast_blank (~> 1.0)