Crashes
The Crashes feature collects, analyzes, and manages application crash reports with stack traces, device information, and occurrence tracking.
Database Collections
| Collection | Purpose |
|---|---|
app_crashes{appId} | Crash group summaries with occurrence counts, status (resolved/unresolved), and first/last seen timestamps |
app_crashdata{appId} | Individual crash reports with full stack traces, device info, breadcrumbs, and custom logs |
app_crashusers{app_id} | User-crash associations tracking which users experienced which crashes |
Configuration & Settings
Crash processing settings from features.setConfigs:
- Symbolication: Enable native crash symbolication (iOS/Android)
- Max Breadcrumbs: Maximum breadcrumb events stored per crash (default: 100)
- Grouping Algorithm: Crash grouping strategy (stack trace similarity)
- Retention: Crash dataretention period (default: 90 days)
API Endpoints
- I Crashes Add Comment
- I Crashes Delete Comment
- I Crashes Delete
- I Crashes Edit Comment
- I Crashes Hide
- I Crashes Modify Share
- I Crashes Resolve
- I Crashes Resolving
- I Crashes Share
- I Crashes Show
- I Crashes Unresolve
- I Crashes Unshare
- I Crashes View
- O Crashes Download Binary
- O Crashes Download Stacktrace
- O Crashes List
- O Reports
- O User Crashes
Last Updated
2026-02-17