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

Update en strings

This commit is contained in:
Zhiyuan Zheng
2021-01-20 00:39:39 +01:00
parent 5a248716bf
commit 314bc31e32
57 changed files with 826 additions and 191 deletions

View File

@ -1,12 +1,12 @@
import Constants from 'expo-constants'
import * as Sentry from 'sentry-expo'
import log from "./log"
import log from './log'
const sentry = () => {
log('log', 'Sentry', 'initializing')
Sentry.init({
dsn:
'https://c9e29aa05f774aca8f36def98244ce04@o389581.ingest.sentry.io/5571975',
enableInExpoDevelopment: false,
dsn: Constants.manifest.extra.sentryDSN,
enableInExpoDevelopment: true,
debug: __DEV__
})
}