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 1dcd7fe commit f2e3618Copy full SHA for f2e3618
src/store/analyticsSlice.ts
@@ -94,8 +94,8 @@ export const createAnalyticsSlice: StateCreator<
94
// serverZone: 'EU',
95
autocapture: true, // disable if we don't want to capture every click and page view on the site
96
trackingOptions: {
97
- ipAddress: false,
98
- language: false,
+ ipAddress: true,
+ language: true,
99
platform: true,
100
},
101
});
0 commit comments