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