mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix: anonymize IP on Google Analytics config
This commit is contained in:
parent
29035eec1a
commit
791710be3a
@ -18,7 +18,7 @@ function enableGoogleAnalytics() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-J15CTWBVHX');
|
||||
gtag('config', 'G-J15CTWBVHX', {anonymize_ip: true});
|
||||
}
|
||||
|
||||
export default function Root({children}) {
|
||||
|
Loading…
Reference in New Issue
Block a user