Merge pull request #710 from mjashanks/fixes

Broken Analytics Event
This commit is contained in:
Martin McKeaveney 2020-10-13 08:16:12 +01:00 committed by GitHub
commit 912837fd0a
1 changed files with 1 additions and 1 deletions

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)