fix(sentry): auto-send React events; collapse core→tauri for desktop (#1086)

Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
This commit is contained in:
CodeGhost21
2026-05-01 15:11:42 -07:00
committed by GitHub
co-authored by Steven Enamakel
parent 1a30a0ab4d
commit a084ebf45c
14 changed files with 174 additions and 1053 deletions
+3 -2
View File
@@ -8,8 +8,9 @@ import { openUrl } from '../utils/openUrl';
* a catastrophic React render error. Self-contained with zero dependencies
* on Redux, Router, or any context provider.
*
* The ErrorReportNotification lives in a separate React root, so the user
* can still review and report the error from this screen.
* Errors caught by the boundary are auto-forwarded to Sentry by the
* `Sentry.ErrorBoundary` wrapper in `App.tsx` (subject to user analytics
* consent enforced in `analytics.ts::beforeSend`).
*/
interface ErrorFallbackScreenProps {