From 976f52612c4b04bd90e32ad0a957716d64e8bdc9 Mon Sep 17 00:00:00 2001 From: Vins Date: Mon, 6 May 2024 15:00:54 +0200 Subject: [PATCH] Redeploy front for hotjar --- src/pages/_app.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index c2205983..dc9f502a 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -70,6 +70,7 @@ const MyApp = (({ console.warn("No hotjar site id or version provided"); return; } + console.log("Intializing hotjar"); hotjar.initialize({ id: hotjarSiteId,