Hi @Kevin Su,
Welcome to Microsoft Q&A!
According to the documentation so far, it just says eventType
is a string value indicating the type of event that caused the failure.
- crash When the app stops working and exits unexpectedly, It can be caused by bugs, errors, or malicious attacks.
- hang When the app stops responding, it can be caused deadlock, infinite loop, or resource exhaustion.
- memory When the app encounters a problem with accessing or managing the memory, it can be caused by memory leak, memory corruption, or out of memory.
- jse When the app encounters a JavaScript error. It can happen when there is a problem in UWP WebView.
Thank you.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.