mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Updates
This commit is contained in:
@ -2,8 +2,9 @@ import * as Analytics from 'expo-firebase-analytics'
|
||||
import * as Sentry from 'sentry-expo'
|
||||
|
||||
const analytics = (event: string, params?: { [key: string]: string }) => {
|
||||
Analytics.logEvent(event, params).catch(error =>
|
||||
Sentry.Native.captureException(error)
|
||||
Analytics.logEvent(event, params).catch(
|
||||
error => {}
|
||||
// Sentry.Native.captureException(error)
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user