mirror of https://github.com/tooot-app/app
Another try with sentry
This commit is contained in:
parent
97f6833e92
commit
0732ab2434
|
@ -4,7 +4,7 @@ import log from './log'
|
|||
|
||||
const sentry = () => {
|
||||
log('log', 'Sentry', 'initializing')
|
||||
Sentry.init({
|
||||
return Sentry.init({
|
||||
environment: Constants.manifest.releaseChannel || 'expo',
|
||||
dsn: Constants.manifest.extra.sentryDSN,
|
||||
enableInExpoDevelopment: false,
|
||||
|
|
Loading…
Reference in New Issue