I integrated mercado pago and paypal to magento 2.0 , how to user new relics to monitor these payments ?
I used this query in new relics "SELECT message FROM Log WHERE message like '%CRITICAL: Payment%' and filePath LIKE '%system.log%' SINCE 3 month ago" and create alerts.
It shows below records to indicate the mercado pago has some issue. But I'm not sure if I can use the query above for other payments like paypal or cybersource (use this keyword '%CRITICAL: Payment%' to search in system.log file and create alerts in new relics)
-----------