You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happened on VB - we were reporting non-fatals when calls failed due to a network connection issue. In most cases, this is not a case where we'd want to mark a non-fatal (unless it produced a situation that would impact the user).
May want to check the Throwable before being logged, and only log if not an IOException
The text was updated successfully, but these errors were encountered:
…s to be suppressed from being sent as an error to the crash reporting destination (#22)
* Updated sample app with way to test blocked exceptions
* Added small message to help the sample app tester know that crash reporting is not enabled in their current configuation
Keeping this open. Now that we have support for having a list of blocked throawbles, we may want to support a default set of known noisy throwables/exceptions and have them blocked by default.
This happened on VB - we were reporting non-fatals when calls failed due to a network connection issue. In most cases, this is not a case where we'd want to mark a non-fatal (unless it produced a situation that would impact the user).
May want to check the Throwable before being logged, and only log if not an IOException
The text was updated successfully, but these errors were encountered: