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

Try again

This commit is contained in:
Zhiyuan Zheng
2021-01-23 03:15:15 +01:00
parent 86231fb7b7
commit 8024871a8d
6 changed files with 4 additions and 18 deletions

View File

@ -1,10 +1,7 @@
import * as Analytics from 'expo-firebase-analytics'
const analytics = (event: string, params?: { [key: string]: string }) => {
Analytics.logEvent(event, params).catch(
error => {}
// Sentry.Native.captureException(error)
)
Analytics.logEvent(event, params)
}
export default analytics