From 3385718aac93bb51e4fbe139a1c32b7deed21cec Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 27 Aug 2026 23:44:16 +0100 Subject: [PATCH] add storybook crash button --- src/view/screens/Storybook/Storybook.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/view/screens/Storybook/Storybook.tsx b/src/view/screens/Storybook/Storybook.tsx index 1583e923f5..74098c877d 100644 --- a/src/view/screens/Storybook/Storybook.tsx +++ b/src/view/screens/Storybook/Storybook.tsx @@ -13,6 +13,7 @@ import { useDeviceGeolocationApi, useRequestDeviceGeolocation, } from '#/geolocation' +import {Sentry} from '#/logger/sentry/lib' import {Admonitions} from './Admonitions' import {Breakpoints} from './Breakpoints' import {Buttons} from './Buttons' @@ -97,10 +98,18 @@ export default function Storybook() { } }) }} - label="crash"> + label="Get GPS location"> Get GPS Location + +