Skip to content

Commit

Permalink
Merge pull request #129 from adrienne-deriv/setup-analytics
Browse files Browse the repository at this point in the history
Added analytics package for Growthbook feature toggling and Rudderstack
  • Loading branch information
prince-deriv authored Sep 24, 2024
2 parents cba501a + d4897eb commit e43396c
Show file tree
Hide file tree
Showing 7 changed files with 12,699 additions and 18,478 deletions.
3 changes: 3 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ const config = {

customFields: {
trackJsToken: process.env.TRACKJS_TOKEN,
rudderstackKey: process.env.RUDDERSTACK_KEY,
growthbookDecryptionKey: process.env.GROWTHBOOK_DECRYPTION_KEY,
growthbookClientKey: process.env.GROWTHBOOK_CLIENT_KEY,
},

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

0 comments on commit e43396c

Please sign in to comment.