This walks you through the full crash management workflow: setting up Firebase Crashlytics, triaging which crashes to fix first using a priority scoring system (frequency times affected users times segment weight), reading stack traces, and understanding how crash rate directly impacts App Store ranking and editorial featuring. The target metrics are concrete: above 99.5% crash-free sessions and 99% crash-free users. What makes this useful is the triage framework that prevents you from wasting time on rare edge cases when you should be fixing the launch crashes hitting 1% of sessions. It also covers phased release strategies to catch regressions early and the specific crash rate thresholds that will tank your App Store visibility.
npx skills add https://github.com/eronred/aso-skills --skill crash-analytics