How to configure newrelic notification on error traced from web-application

1.1k views Asked by At

I am using error_collector to collect a specific error from web application

NewRelic::Agent.agent.error_collector.notice_error("error message")

I can see my traced error on "Newrelic error dashboard", as mentioned here

I want to trigger an email to developer-group when this error traced on Newrelic, Is there any way to configure this?

I am having "key-transaction" for this request, but "key transaction" is sending notification email based on "Apdex scores" and "error rates".

1

There are 1 answers

2
Steven On BEST ANSWER

Currently New Relic alerts for an applications error rate, and Apdex score, or a servers CPU, IO, memory usage, and full disk.

Downtime alerts are available for both applications and servers. New Relic does not provide alerts when a specific error is traced.