Skip to content
View as Markdown

Categories

Want to know more about a specific chart? Each chart has a tooltip that explains what the chart is showing and how it's calculated.

Example Chart Tooltip

Health

The Health category provides an overview of your app's health and performance. It includes charts that show app opens, logs by level, and app version adoption.

Example Health Dashboard

UX

The UX category provides an overview of your app's user experience. It includes charts that show app launch TTI, force quits, and app freezes.

Example UX Dashboard

Info

See the SDK > TTI section for information on how to instrument your app's Time-To-Interactive.

User Journey

A valuable way to represent user journeys is via sankey charts. By default, we provide a chart that depicts the most common paths a user took before being forced to quit the app.

Example User Journey

Info

See the SDK > Screen Views section for information on how to instrument your app's navigation information.

Resources

The Resources category provides an overview of your app's resource usage. It includes charts that show app installation size, critical memory warnings, and disk usage.

Example Resources Dashboard

Network

The Network category provides an overview of your app's network usage. It includes charts that show success rate, request size, API latency, and more.

Example Network Dashboard

GraphQL Support

If GraphQL is being used for network operations, bitdrift capture SDK facilitates the collection and extraction of GraphQL operation names from the respective API calls. It uses this information to further enrich the networking data like success rate, response times and payload sizes.

Example GQL network dashboard

Info

See the SDK > Networking Integration section for information on how to instrument all this data automatically.

Stability

Capture SDK Support Capture SDK Support Capture SDK Support

The Stability category helps you monitor the reliability of your app releases. It shows the stability score as the percentage of users who remained crash-free within a given time period.

The data is categorized by app opens, sessions, user devices, as well as broken down by the type of the crash for each score.

Example Stability Dashboard

Alerts

You can be notified when crashes are spiking in order to stay on top of your Stability score. See the Issues Alerts and Notifications guide for information on how to configure them.

Info

See the SDK > Issues & Crashes section for information on how to configure crash tracking.