laravel-new-relic
laravel-new-relic copied to clipboard
How to send just error logs, not by route request?
HI, This is awesome package for connect with new relic service. many thanks for the providing this package. pardon me, is that possible to just send logs to the new relic?. In my scenario, I don't want log route requests, just need to log errors and exceptions. like, if i call
logger('newrelic')->error("test error");
the value need send to the new relic service . without assigning middleware to the http route
thanks.