Another try with sentry

This commit is contained in:
Zhiyuan Zheng 2021-01-20 14:49:38 +01:00
parent 97f6833e92
commit 0732ab2434
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
1 changed files with 1 additions and 1 deletions

View File

@ -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,