mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 10:46:32 +00:00
Merge pull request #857 from BoostIO/feature-ama-event-main-focused
add MAIN_FOCUSED event
This commit is contained in:
@@ -18,9 +18,10 @@ function initAwsMobileAnalytics () {
|
|||||||
AWS.config.credentials.get((err) => {
|
AWS.config.credentials.get((err) => {
|
||||||
if (!err) {
|
if (!err) {
|
||||||
console.log('Cognito Identity ID: ' + AWS.config.credentials.identityId)
|
console.log('Cognito Identity ID: ' + AWS.config.credentials.identityId)
|
||||||
|
recordDynamicCustomEvent('APP_STARTED')
|
||||||
|
recordStaticCustomEvent()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
recordStaticCustomEvent()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function recordDynamicCustomEvent (type) {
|
function recordDynamicCustomEvent (type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user