Consultas para a tabela AppExceptions

As três principais exceções do navegador

Quais foram as exceções mais altas relatadas hoje?

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