I recently upgrade my Rails app from 4.2.5 to 5.0.2
Everything works fine except Newrelic RPM to track our API performance.
On Rails 4.2.5, we are using a folk of the gem 'rocket_pants-rpm' to make Newrelic track Rocketpants API endpoint correctly.
https://github.com/Sutto/rocket_pants-rpm/pull/3/files
But after upgrading to 5.0.2, this fork does not work anymore.
I am not very familiar with how the Newrelic agent works, any idea to make Newrelic work with Rails 5 + Rocketpants again?