Hacker News new | ask | show | jobs
by simpletouch 4870 days ago
Any word on the status of the gem on the Bamboo stack? We have deployed a couple time today, but our NewRelic gem version is still 3.5.3 and being on Bamboo, have no control over which version is used.
1 comments

On Bamboo, you can still specify newrelic_rpm at a particular version in your Gemfile. The agent is only injected if Heroku detected that you haven't added the agent yourself: https://devcenter.heroku.com/articles/newrelic#bamboo-config...