Browse Source

fix: log page view on first visit

poeti8 6 năm trước cách đây
mục cha
commit
998cdd1e65
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      client/pages/_app.tsx

+ 1 - 0
client/pages/_app.tsx

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