Skip to content

Commit e36c72c

Browse files
committed
feat: add button to simulate crash
To test Sentry reporting
1 parent 72dcd7a commit e36c72c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/screens/Settings/index.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ const SettingsScreen = () => {
113113
/>
114114
)}
115115
/>
116+
117+
<Button onPress={() => { throw new Error( 'Test!' ) }}>Trigger crash</Button>
116118
</ScrollView>
117119
</Container>
118120

0 commit comments

Comments
 (0)