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
+
+