Partilhar via


Consultas para a tabela AppExceptions

As 3 principais exceções do browser

Quais foram as exceções reportadas mais altas hoje em dia?

AppExceptions
| where notempty(ClientBrowser) and ClientType == 'Browser'
| summarize total_exceptions = sum(ItemCount) by ProblemId
| top 3 by total_exceptions desc