fix: log page view on first visit

This commit is contained in:
poeti8 2020-01-03 18:34:44 +03:30
parent c5d5768009
commit 998cdd1e65
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ class MyApp extends App<any> {
if (isProd) {
initGA();
logPageView();
}
Router.events.on("routeChangeStart", () => loading.show());