Skip to content

Instant Insights: Feature Guide

Features

  • Chart types: We provide four different chart types: count/sums, histograms, rates, and treemap.
  • Pinning: Pin your favorite charts for easy access on the first tab by clicking the pin icon on a chart.
  • Real-time Updates: Charts update in real-time as new data comes in.
  • Lookback: Change the time range of your charts to see data from a previous period with the date/time selector at the top of the page.
  • View Backing Workflow: Click the 3 dot menu on a chart to see the workflow that's providing the data for that chart or stop the workflow from running if you don't need it. Stopped workflows will remove the corresponding chart from the dashboard.
  • Filtering: View dashboards for specific app IDs and OSes with the app selector at the top of the page (more options coming soon).
  • View Options: Expand a single chart or shrink the charts so that you can see more at a glance.

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

bitdrift capture SDK also facilitates the collection and extraction of GraphQL operation name from the respective API calls. It uses this information to further enrich the networking data like success rate, response times and payload sizes that occur when queries are being executed from all of the capture SDK instrumented app instances on your user's devices.

Example GQL network dashboard

Info

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