Skip to content

Commit

Permalink
add: 集成 newrelic_rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
lolychee authored Feb 25, 2022
1 parent 9103d5c commit 9aaeb6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions playground/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
2 changes: 2 additions & 0 deletions playground/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 9aaeb6c

Please sign in to comment.