1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

analytics - missing await, causing event not to be logged

This commit is contained in:
Michael Shanks 2020-10-12 21:35:10 +01:00
parent 381c43f1e3
commit 2f5ee277f3

View file

@ -9,7 +9,7 @@ export const automationStore = getAutomationStore()
export const initialise = async () => {
try {
analytics.activate()
await analytics.activate()
analytics.captureEvent("Builder Started")
} catch (err) {
console.log(err)