Problem Statement
The scenario is regarding a MAUI app where common exceptions regarding network timeouts are of little interest to collect. Unless they are terminal which is a scenario that effectively kills the app. Then even a network timeout exception is suddenly of high interest to collect.
Solution Brainstorm
Make SentryEvent.HasTerminalException() public so the API can be used to make decisions about which exceptions to ignore.
Problem Statement
The scenario is regarding a MAUI app where common exceptions regarding network timeouts are of little interest to collect. Unless they are terminal which is a scenario that effectively kills the app. Then even a network timeout exception is suddenly of high interest to collect.
Solution Brainstorm
Make
SentryEvent.HasTerminalException()public so the API can be used to make decisions about which exceptions to ignore.