Redeploy prod for new hotjar key

This commit is contained in:
Vins 2024-05-20 15:55:39 +02:00
parent abd2305607
commit 74c5c388e4

View File

@ -68,6 +68,7 @@ const MyApp = (({
useEffect(() => {
if (!hotjarSiteId || !hotjarVersion) {
console.warn("No hotjar site id or version provided");
return;
}
console.log("Intializing hotjar");