Skip to content

Commit

Permalink
add anonymized analytics to docs site (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Xander Grzywinski <xgrzywinski@microsoft.com>
  • Loading branch information
salaxander committed Jan 20, 2023
1 parent 5918358 commit c306789
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ const config = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
gtag: {
trackingID: 'G-3RC20QPKNS',
anonymizeIP: true,
},
}),
],
],
Expand Down

0 comments on commit c306789

Please sign in to comment.