diff --git a/src/screens/App.tsx b/src/screens/App.tsx index cc3a748..4017fea 100644 --- a/src/screens/App.tsx +++ b/src/screens/App.tsx @@ -16,7 +16,6 @@ initSentry(); const BaseApp = () => { useEffect(() => { RNBootSplash.hide({ fade: true }); - Sentry.nativeCrash(); }, []); return ;