I'm trying to setup the newrelic add-on for Heroku. I'm running on Rails 3.2.3.
I have followed the instructions from here: https://devcenter.heroku.com/articles/newrelic#addon_installation
When I push to Heroku, I get a message that says:
Cannot find or read /tmp/build_2aqfzcy5zyv4m/config/newrelic.yml
And when I go to https://heroku.newrelic.com/ it tells me to setup my app and points me back to the add-on installation instructions.
Any idea what is going on here and how to resolve it?
Thank you.