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

Another try with Sentry

This commit is contained in:
Zhiyuan Zheng
2021-01-22 02:21:13 +01:00
parent e820ce3690
commit 08df036289
2 changed files with 14 additions and 7 deletions

View File

@ -4,11 +4,11 @@ import log from './log'
const sentry = () => {
log('log', 'Sentry', 'initializing')
// return Sentry.init({
// dsn: Constants.manifest.extra.sentryDSN,
// enableInExpoDevelopment: false,
// debug: __DEV__
// })
return Sentry.init({
dsn: Constants.manifest.extra.sentryDSN,
enableInExpoDevelopment: false,
debug: __DEV__
})
}
export default sentry