I've been trying to install New Relic's agent for my Heroku deployed app, I follow all steps included in New Relic's documentation including:
heroku config:set NEW_RELIC_APP_NAME='Your Application Name'
and after that putting gem 'newrelic_rpm'
in my Gemfile
.
After performing a bundle install
and pushing changes with git push heroku master
, it seems that changes made in the Gemfile
are not actually going to heroku. What can be done about this? if I add the gem via heroku bash run
it is again not seen after a dyno reset.