Errors refer to exceptions that have been caught by the application, including captured Java exceptions, C# exceptions, JS exceptions, lua exceptions, etc.
Report exceptions
Please see the Integration Guide to call the SDK's API and report errors.
custom exception API
Android
If you need to report errors other than Java Crash, Native Crash, and ANR, such as C# exceptions, you can use the custom exception API to report them to the platform. The reported data is displayed on the Error page. For detailed access steps, see the Android SDK Access Guide.
iOS
If you need to report errors other than OC/C++, such as C#/js exceptions, you can use the custom exception API to report them to the platform. The reported data is displayed on the Error page. For detailed access steps, see the iOS SDK Access Guide.
Exception Overview
The exception overview for Android and iOS is similar to the crash monitoring module, both containing an overview page. The overview includes today's errors, error trends, and the error leaderboard. For details, see Crash Overview.
Problem List
The issue list for Android and iOS errors supports rich search criteria, provides statistical analysis capabilities, and displays Top Issues. For details, see Data Analysis - Issue List.
Issue Details
The issue details for Android and iOS errors include three key modules: issue summary, case details, and drill-down analysis. For details, see Data Analysis - Issue Details.