Skip to content

Commit e43396c

Browse files
authored
Merge pull request #129 from adrienne-deriv/setup-analytics
Added analytics package for Growthbook feature toggling and Rudderstack
2 parents cba501a + d4897eb commit e43396c

File tree

7 files changed

+12699
-18478
lines changed

7 files changed

+12699
-18478
lines changed

docusaurus.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ const config = {
2020

2121
customFields: {
2222
trackJsToken: process.env.TRACKJS_TOKEN,
23+
rudderstackKey: process.env.RUDDERSTACK_KEY,
24+
growthbookDecryptionKey: process.env.GROWTHBOOK_DECRYPTION_KEY,
25+
growthbookClientKey: process.env.GROWTHBOOK_CLIENT_KEY,
2326
},
2427

2528
// Even if you don't use internalization, you can use this field to set useful

0 commit comments

Comments
 (0)