We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf08e97 commit ff3c335Copy full SHA for ff3c335
src/report-install-event.ts
@@ -9,6 +9,7 @@ is sent, it's only used to get an idea of real world app usage.
9
10
export function reportStartupEvents() {
11
const analytics = setupUA('UA-117670723-2');
12
+ analytics.set("anonymizeIp", true);
13
14
if (isFirstRun()) {
15
analytics.event('Setup', 'First run', process.platform).send();
0 commit comments