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,