thoughtbot/parity

Recording deployments in New Relic

mwenger1 opened this issue · 3 comments

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

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?

Makes sense to find a different approach.

I'm gonna give this buildpack a try.

@mwenger1 I think you can specify custom rake tasks in the main Rails buildpack.