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:
@ -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__
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user