mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 23:14:37 +00:00
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:
co-authored by
Steven Enamakel
parent
1a30a0ab4d
commit
a084ebf45c
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user