Is there way to push NewRelic error manually?

前端 未结 3 813
我寻月下人不归
我寻月下人不归 2021-02-11 19:28

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

3条回答
  •  借酒劲吻你
    2021-02-11 19:58

    Not sure if it's recommended way to use, but this works perfectly:

    NewRelic::Agent.agent.error_collector.notice_error( exception )
    

提交回复
热议问题