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

Rewrite login logic

This commit is contained in:
Zhiyuan Zheng
2021-01-20 12:35:24 +01:00
parent 314bc31e32
commit a74cdf5768
4 changed files with 64 additions and 56 deletions

View File

@ -5,8 +5,9 @@ import log from './log'
const sentry = () => {
log('log', 'Sentry', 'initializing')
Sentry.init({
environment: Constants.manifest.releaseChannel || 'expo',
dsn: Constants.manifest.extra.sentryDSN,
enableInExpoDevelopment: true,
enableInExpoDevelopment: false,
debug: __DEV__
})
}