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 🧵
famous-battery-55941
07/19/2024, 11:04 AM
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---
famous-battery-55941
07/19/2024, 11:05 AM
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
famous-battery-55941
07/19/2024, 11:05 AM
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
rhythmic-agent-34208
07/19/2024, 3:18 PM
Do you have the Chrome Dev Extension installed? Do you see anything there?