thoughtbot / parity

Shell commands for development, staging, and production parity for Heroku apps
https://thoughtbot.com
MIT License
889 stars 57 forks source link

Recording deployments in New Relic #126

Closed mwenger1 closed 7 years ago

mwenger1 commented 7 years ago

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 7 years ago

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?

mwenger1 commented 7 years ago

Makes sense to find a different approach.

I'm gonna give this buildpack a try.

geoffharcourt commented 7 years ago

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