NewRelic
NewRelic is a service to monitor app performance.
-
Add the following gem to your Gemfile:
group :production do gem 'newrelic_rpm' end -
Add a NewRelic configuration file
config/newrelic.ymlfolder. (Note: If you are not using Heroku, adjust the app name to something else thanHEROKU_APP_NAME) -
Add the new variables to your Heroku environments and
.env:NEW_RELIC_LICENSE_KEY: "from newrelic"