From 9aaeb6c6be0dd4af591ef7b4efa31032c910efe3 Mon Sep 17 00:00:00 2001 From: lolychee Date: Fri, 25 Feb 2022 10:55:25 +0000 Subject: [PATCH] =?UTF-8?q?add:=20=E9=9B=86=E6=88=90=20newrelic=5Frpm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/Gemfile | 1 + playground/Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/playground/Gemfile b/playground/Gemfile index 8d69b01d..2785d12e 100644 --- a/playground/Gemfile +++ b/playground/Gemfile @@ -66,6 +66,7 @@ git "https://github.com/lolychee/authcat.git", branch: :main do gem "authcat-password" end +gem "newrelic_rpm", require: ENV.key?("NEW_RELIC_LICENSE_KEY") gem "sentry-rails", require: ENV.key?("SENTRY_DSN") gem "sentry-ruby", require: ENV.key?("SENTRY_DSN") diff --git a/playground/Gemfile.lock b/playground/Gemfile.lock index 6989d1bd..444a052c 100644 --- a/playground/Gemfile.lock +++ b/playground/Gemfile.lock @@ -154,6 +154,7 @@ GEM multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) + newrelic_rpm (8.5.0) nio4r (2.5.8) nokogiri (1.12.5-x86_64-darwin) racc (~> 1.4) @@ -335,6 +336,7 @@ DEPENDENCIES jbuilder (~> 2.7) listen (~> 3.3) lockbox + newrelic_rpm omniauth (~> 2.0) omniauth-github omniauth-rails_csrf_protection (~> 1.0)