- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2024
11:57 PM
08-10-2024
11:57 PM
How to monitor payments (exceptions, transactions)
I integrated mercado pago and paypal to magento 2.0 , how to user new relics to monitor these payments ?
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2024
02:40 AM
08-11-2024
02:40 AM
Re: How to monitor payments (exceptions, transactions)
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)
-----------
Aug 8, 2024 09:10:32.677
[2024-08-08T02:10:32.677212+00:00] report.CRITICAL: Payment Error: No podemos procesar su pago. Utilice otro método de pago o comuníquese con el emisor de su tarjeta. [] []
-----------