Recording deployments in New Relic
mwenger1 opened this issue · 3 comments
mwenger1 commented
New Relic supports recording deployments. I was curious if it was within the scope of parity to support having:
production deploy
send a record event to New Relic
geoffharcourt commented
I've been doing this with my client projects that use New Relic, but since it's not assumed that NR would be in place, I don't think we can do this (I'd rather not build in a bunch of NR-detection code). I think it might be better for projects to do this by a Rake task that gets called by the Heroku buildpack on deploy.
Thoughts?
geoffharcourt commented
@mwenger1 I think you can specify custom rake tasks in the main Rails buildpack.