Update remix-app.tsx

pull/5480/head
Liana Husikyan 2 months ago committed by Aniket
parent a2f6e807c1
commit b61fb6f614
  1. 2
      libs/remix-ui/app/src/lib/remix-app/remix-app.tsx

@ -214,7 +214,7 @@ const RemixApp = (props: IRemixAppUi) => {
default: throw new Error()
}
// enterDialog tracks first time users
// userEntry tracks returning users
// userEntry tracks both first time and returning users
_paq.push(['trackEvent', 'enterDialog', 'usageType', type])
_paq.push(['trackEvent', 'userEntry', 'usageType', type])
}

Loading…
Cancel
Save