Commit Graph

3 Commits

Author SHA1 Message Date
Jinjing c7ac8a1f2f
fix: handle related crash cleanup (#2139) 2026-05-16 22:49:12 -07:00
Jinjing b21dd63eb2
fix: address review findings (#2134) 2026-05-16 17:58:48 -07:00
Jinjing 77264240c8
Add crash report submission flow (#2012)
* feat: add crash report submission flow

* Capture crash-report breadcrumbs

- Add a memory-only crash breadcrumb ring buffer and persist snapshots only
  when a crash report is recorded
- Include sanitized recent activity in crash diagnostics and tests
- Prevent dismissing or closing the crash dialog while submission is in flight

Co-authored-by: Orca <help@stably.ai>

* fix: address auto-review findings

* chore: remove crash report preview artifact

---------

Co-authored-by: Orca <help@stably.ai>
2026-05-15 23:59:03 -07:00