mirror of https://github.com/tooot-app/app
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:
parent
0732ab2434
commit
31b2f67feb
|
@ -5,7 +5,6 @@ import log from './log'
|
||||||
const sentry = () => {
|
const sentry = () => {
|
||||||
log('log', 'Sentry', 'initializing')
|
log('log', 'Sentry', 'initializing')
|
||||||
return Sentry.init({
|
return Sentry.init({
|
||||||
environment: Constants.manifest.releaseChannel || 'expo',
|
|
||||||
dsn: Constants.manifest.extra.sentryDSN,
|
dsn: Constants.manifest.extra.sentryDSN,
|
||||||
enableInExpoDevelopment: false,
|
enableInExpoDevelopment: false,
|
||||||
debug: __DEV__
|
debug: __DEV__
|
||||||
|
|
Loading…
Reference in New Issue