Explorar o código

fix: log page view on first visit

poeti8 %!s(int64=6) %!d(string=hai) anos
pai
achega
998cdd1e65
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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());