1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Remove sentry instrucmentation

This commit is contained in:
xmflsct
2023-02-16 23:36:01 +01:00
parent 718870e3e9
commit 001267b9c7
3 changed files with 1 additions and 13 deletions

View File

@ -1,5 +1,4 @@
import { ActionSheetProvider } from '@expo/react-native-action-sheet'
import * as Sentry from '@sentry/react-native'
import { QueryClientProvider } from '@tanstack/react-query'
import AccessibilityManager from '@utils/accessibility/AccessibilityManager'
import { connectVerify } from '@utils/api/helpers/connect'
@ -117,4 +116,4 @@ const App: React.FC = () => {
)
}
export default Sentry.wrap(App)
export default App