The Code Issues Dashboard aggregates mobile application caught exceptions and ANRs over time, using the Events Service. This service collects and stores all the data collected by the mobile agent.

The Code Issues Dashboard is divided into two panels and has the dropdown App Version to view code issues for different versions of your application. 

Code Issues Dashboard

Summary Code Issue Trend

This panel displays a running total of code issues, unique code issues, impacted users, the percent of impacted users, and code issue trends. The code issues trends is a timeline of code issues. 

Summary Code Issue Trend

Unique Code Issues

Multiple code issues can be caused by the same underlying issue. The Unique Code Issues panel displays a list of code issues grouped by common characteristics and displays basic information about the issue. 

Unique Code Issues

Unique Issue Details

To see more detail per code issue, select the unique code issue that interests you and click Details. The Unique Issue dialog has the two tabs Issue Summary and Issue Distribution. 

Unique Issue Details

Issue Summary

The Issue Summary tab has two main panels. The top panel shows summary information such as the total code issues, the issue type, impacted users, the runtime, and a code issue trend bar graph.

Issue Summary

The bottom panel shows a sequence of threads in the stack trace that you can expand for more information, a Properties section with general information about the device, and a User Data section with any set user data.

The stack trace for iOS applications shows the concatenated image and symbol names. For example, the concatenated "UIKit" (an image name) and "bar" (the symbol name) forms "UIKitbar".

iOS Stack Trace

The stack trace for Android applications provides the class, method, and line number for each stack frame.

Android Stack Trace


Issue Distribution

The Issue Distribution tab displays the same stack trace panel, but the top panel dashboard instead displays the distribution charts for the code issue. 

Issue Distribution