mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Lots of updates
This commit is contained in:
14
src/startup/sentry.ts
Normal file
14
src/startup/sentry.ts
Normal file
@ -0,0 +1,14 @@
|
||||
import * as Sentry from 'sentry-expo'
|
||||
import log from "./log"
|
||||
|
||||
const sentry = () => {
|
||||
log('log', 'Sentry', 'initializing')
|
||||
Sentry.init({
|
||||
dsn:
|
||||
'https://c9e29aa05f774aca8f36def98244ce04@o389581.ingest.sentry.io/5571975',
|
||||
enableInExpoDevelopment: false,
|
||||
debug: __DEV__
|
||||
})
|
||||
}
|
||||
|
||||
export default sentry
|
Reference in New Issue
Block a user