CrashSentry
CrashSentry is a mobile-testing QA tool that turns production crash reports and user sessions into deterministic, replayable test cases. It ingests crash logs, breadcrumbs, network traces, and UI events from your app, then generates a minimal “repro script” you can run on emulators or device farms. The goal is not to replace Appium/Espresso/XCUITest, but to feed them high-signal scenarios that engineers actually care about: the ones that crashed for real users. It also clusters similar crashes, highlights the most likely triggering steps, and produces a shareable repro bundle (device model, OS, locale, permissions, network conditions). This is an AI-assisted app plus traditional automation: AI helps infer steps and reduce noise; the execution is standard, verifiable automation. Realistically, the hardest part is reliable data capture and privacy-safe session recording, not the UI.