mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
change the event name for app start from MAIN_FOCUSED to APP_STARTED
This commit is contained in:
@@ -18,7 +18,7 @@ function initAwsMobileAnalytics () {
|
||||
AWS.config.credentials.get((err) => {
|
||||
if (!err) {
|
||||
console.log('Cognito Identity ID: ' + AWS.config.credentials.identityId)
|
||||
recordDynamicCustomEvent('MAIN_FOCUSED')
|
||||
recordDynamicCustomEvent('APP_STARTED')
|
||||
recordStaticCustomEvent()
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user