Query's voor de tabel AppExceptions

De 3 belangrijkste browser-uitzonderingen

Wat waren de meest gemelde uitzonderingen vandaag?

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