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

Fix start up crash

Potentially be this issue https://forums.expo.io/t/expo-sentry-crashes-on-startup-except-the-first-time/47761
This commit is contained in:
Zhiyuan Zheng
2021-01-20 17:43:26 +01:00
parent 0732ab2434
commit 31b2f67feb

View File

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