Handled Exceptions
In addition to automatically reporting your app's crashes, Apptics allows you to log handled exceptions.
- Call the method Tracker.AddNonFatal to start tracking non-fatal in Apptics.
Note: Exceptions recorded from the same line number and same error type or considered as a single exception even if it occurred multiple times.
CopiedAppticsTracker.AddNonFatal(ex.Message, ex.StackTrace, screenName: "mainscreen", customProperty: "{\"TestKey1\":\"testvalue1\",\"TestKey2\":\"testvalue2\"}");