Support for error reporting for non-crashing errors on iOS #192
Closed
Description
Describe the solution you'd like
Currently there doesn't appear to be support for logging errors with Diagnostics for errors that are harmful but don't actually cause a crash. Here's an example of how it's handled in Crashlytics, for instance.
Describe alternatives you've considered
The Analytics solution could work here, but having it properly tied in with the errors/Diagnostics side of things would be more optimal.
Additional context
N/A
Activity