Re: How to get New Relic 'Real User Monitoring' to work on Heroku?

2011-06-15 Thread John McCaffrey
ok, I guess all I needed to do was add this to my Gemfile, and pust it out (along with Gemfile.lock) gem 'newrelic_rpm' push it up and kick the app around for awhile, and now I see the data. On Wed, Jun 15, 2011 at 10:21 AM, Steve Smith wrote: > Hi John, > > We use the newrelic_rpm gem via bun

Re: How to get New Relic 'Real User Monitoring' to work on Heroku?

2011-06-15 Thread Steve Smith
Hi John, We use the newrelic_rpm gem via bundler and also the rpm_contrib gem. In order to use them we didn't have to do anything special in development. Since we never run the app in production locally the code isn't loaded as far as I can tell. I did think that we had them in a production group

How to get New Relic 'Real User Monitoring' to work on Heroku?

2011-06-15 Thread John McCaffrey
I installed the new relic add on through the heroku site (not as a plugin or via bundler), and its been working fine, but now I'd like to see the end user monitoring feature they have, but it says I have to update the gem. What is the best approach for this? Technically I didn't setup the new_rel