Hi all, I'm using the HTML script tag, and I even ...
# ask-questions
f
Hi all, I'm using the HTML script tag, and I even though I enable debug I don't see and log messages in console 🧵
Code is as
Copy code
window.growthbook_config.debug = window.location.href.includes("gbDebug=true");
    window.growthbook_config.log = (msg, ctx) => console.log("GrowthBook HTML Tag: ", msg, ctx);
</script>
---growthbook html tag here---
I can see the debug mode is enabled in in window._growthbook, and the log method is working, and growthbook evaluating a visual editor experiment to edit the website, but I don't see the log for that evaluation in the console
I see log messages if I do the same in React SDK, so I'm wondering if I'm missing something or if this is a bug
r
Do you have the Chrome Dev Extension installed? Do you see anything there?