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

Fix modals

This commit is contained in:
Zhiyuan Zheng
2021-05-12 22:45:51 +02:00
parent 8e0d499ed8
commit 87343989cf
14 changed files with 361 additions and 442 deletions

View File

@ -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__ ||