mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix modals
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
import * as Updates from 'expo-updates'
|
||||
import { Constants } from 'react-native-unimodules'
|
||||
import * as Sentry from 'sentry-expo'
|
||||
import log from './log'
|
||||
|
||||
const sentry = () => {
|
||||
log('log', 'Sentry', 'initializing')
|
||||
Sentry.init({
|
||||
dsn: Constants.manifest.extra?.sentryDSN,
|
||||
// @ts-ignore
|
||||
dsn: Updates.manifest?.extra?.sentryDSN,
|
||||
enableInExpoDevelopment: false,
|
||||
debug:
|
||||
__DEV__ ||
|
||||
|
Reference in New Issue
Block a user