Skip to content

Commit

Permalink
forgot to disable dev mode for the a/b test (#707)
Browse files Browse the repository at this point in the history
Signed-off-by: thtmnisamnstr <[email protected]>
  • Loading branch information
thtmnisamnstr authored Nov 2, 2023
1 parent 0f106d3 commit df57c9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blog/_includes/head/growthbook.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<script src="https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/index.js"></script>
<script>
// Uncomment uuidv4() for testing / Uncomment getAnalyticCookie() for production
var earthlyID = uuidv4();
//var earthlyID = getAnalyticCookie();
//var earthlyID = uuidv4();
var earthlyID = getAnalyticCookie();

// Create a GrowthBook instance
const gb = new growthbook.GrowthBook({
apiHost: "https://cdn.growthbook.io",
clientKey: "sdk-7wtJG1WYaaYBiQ",
// Uncomment for testing
enableDevMode: true,
//enableDevMode: true,
attributes: {
id: earthlyID
},
Expand Down

0 comments on commit df57c9f

Please sign in to comment.