diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 8906aabf..c2205983 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -68,7 +68,6 @@ const MyApp = (({ useEffect(() => { if (!hotjarSiteId || !hotjarVersion) { console.warn("No hotjar site id or version provided"); - return; } console.log("Intializing hotjar");