diff --git a/.gitignore b/.gitignore index 3f23f1277..d2f47b605 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ /config/application.yml /config/environments/development.rb /config/deploy.rb +/config/newrelic.yml /.idea # Do not commit one. Instead, download the latest from https://github.com/internetee/style-guide. diff --git a/Gemfile b/Gemfile index 1900c02f1..9cad38da6 100644 --- a/Gemfile +++ b/Gemfile @@ -102,3 +102,5 @@ gem 'aws-sdk-sesv2', '~> 1.19' # profiles gem 'pghero' gem 'pg_query', '>= 0.9.0' +gem 'newrelic_rpm' +gem 'newrelic-infinite_tracing' diff --git a/Gemfile.lock b/Gemfile.lock index 03e789767..c0a0646cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -235,6 +235,14 @@ GEM activesupport (>= 5.0) google-protobuf (3.19.1) google-protobuf (3.19.1-x86_64-linux) + googleapis-common-protos-types (1.3.0) + google-protobuf (~> 3.14) + grpc (1.41.1) + google-protobuf (~> 3.17) + googleapis-common-protos-types (~> 1.0) + grpc (1.41.1-x86_64-linux) + google-protobuf (~> 3.17) + googleapis-common-protos-types (~> 1.0) gyoku (1.3.1) builder (>= 2.1.2) haml (5.2.2) @@ -311,6 +319,10 @@ GEM mustermann (1.1.1) ruby2_keywords (~> 0.0.1) netrc (0.11.0) + newrelic-infinite_tracing (8.1.0) + grpc (~> 1.34) + newrelic_rpm (= 8.1.0) + newrelic_rpm (8.1.0) nio4r (2.5.8) nokogiri (1.12.5) mini_portile2 (~> 2.6.1) @@ -554,6 +566,8 @@ DEPENDENCIES mimemagic (= 0.4.3) minitest (~> 5.14) money-rails + newrelic-infinite_tracing + newrelic_rpm nokogiri (~> 1.12.5) omniauth omniauth-rails_csrf_protection