Written by

Platform Architect at Zendesk
Question Henrique Dias · Jun 10, 2020

View Application Error Log

Hi Community, 

Is it possible to track Application Errors from a specific namespace? 

With the new API, I know we have the endpoint /alerts. 

But the endpoint /alerts, as described in the documentation: 

The /alerts endpoint fetches the most recent alerts from the alerts.log file and returns them in JSON format.

I want to create push notifications for Application errors in specifics Namespaces, and I don't know how to extract that information from there.

System  > System Logs  > View Application Error Log
Thanks,
Henrique

Comments

Eduard Lebedyuk · Jun 11, 2020

Is your app in that Namespace an Interoperability production?

0
Henrique Dias  Jun 11, 2020 to Eduard Lebedyuk

Hi @Eduard Lebedyuk 

I want to generalize, and not every Namespace will be an Interoperability production.

0
Eduard Lebedyuk  Jun 16, 2020 to Henrique Dias

Do you want to send alerts on all exceptions?

If you have a centralized exception handler, you can write to messages.log from there and send alerts with Log Monitor (or use /alerts endpoint with external monitoring tool).

0