In our Rails app we rescue most of the exceptions on ApplicationController to give correct API response, but still want to track errors happening using ErrorCollector. Is there a way to manually send error to NewRelic?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Not sure if it's recommended way to use, but this works perfectly:
|
|||
|
|
|
Based on what I see in the New Relic agent code you can do
I have tested this nad have this running in my stack |
|||
|
|