From 9cc36ad57b75025cf07af7a05554ce74938655ad Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 15 Jul 2026 14:26:47 +0000 Subject: [PATCH] Add crash test button to Storybook for Sentry verification Throws an uncaught error from a press handler so it reaches Sentry's global error handler; fatal in production builds. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01RhCxLTu44o84eWMM8ESWTr --- src/view/screens/Storybook/Storybook.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/view/screens/Storybook/Storybook.tsx b/src/view/screens/Storybook/Storybook.tsx index 1583e923f5..80aa23d179 100644 --- a/src/view/screens/Storybook/Storybook.tsx +++ b/src/view/screens/Storybook/Storybook.tsx @@ -110,6 +110,21 @@ export default function Storybook() { + +