Issues: Overview¶
The issues functionality of the Bitdrift dashboard provides a high-level overview and details about app terminations related to programmatic issues like uncaught runtime errors and unresponsiveness to user interaction.
These views can be further filtered to view specific platforms, app versions, and trends and be used alongside lightweight triaging features to highlight and collaborate on important issues.
Key Features¶
Grouping¶
Detected issues are automatically grouped based on the type of error and stack trace contents.
Each group surfaces a breakdown of the affected app versions, device metrics, and trend data. Each group can be further explored to view the stack trace, active feature flags, and session timelines including logs, user interactions, and network activity of individual issues.
See the feature guide to learn more about the high-level view and explorations of issue details and grouping configuration options.
Filtering¶
The issues overview and group views can be refined to focus on specific attributes including app platform, version, triage status, feature flags, and time frames. Filtered views can be then be saved and shared with the organization.
See the feature guide to learn more about refining searches with Filters or creating Saved Views.
Alerts and Notifications¶
The alerting and notifications features support integration with external channels like Slack and PagerDuty to keep teams aware of issues and trends.
-
Alerts are configurable monitors for detecting patterns and fire when conditions are met, like the frequency or trend direction of errors.
-
Notifications trigger instantly when specific events occur, like a new issue group being detected or a specific issue recurring.
Triaging¶
High-level issue views include investigation progress statuses and assignment tools for collaboration and tracking when specific issues are resolved. In addition, fixed issue groups are automatically reopened if an issue is received with a newer app version than any present when the issue was fixed.
See the feature guide to learn more about setting and filtering by status and assignee.
Getting Started¶
- Dive deep into each feature in the Feature Guide
- See the SDK Guide to configure this feature in your apps