0

In my mobile UWP/iOS app I log but ignore a number of exceptions. I am expecting these exceptions but still want to monitor them without losing the full details of the exception (call stack for example). This means I must use the Crashes.TrackError method rather than the Analytics.TrackEvent method.

However, this causes the ignored exceptions to get mixed in with the unexpected exceptions when I view them in AppCenter under Diagnostics, Issues, Errors. I'd like to split out unexpected exceptions to the Diagnostics, Issues, Crashes category.

Is there anyway to force an exception reported to AppCenter into the Crashes category?

As an alternative, is there any way to set the status of an error reported to AppCenter to Ignored?

dalchri
  • 97
  • 8

0 Answers0