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 cadb2a6 commit 513a435Copy full SHA for 513a435
src/store/analyticsSlice.ts
@@ -95,7 +95,7 @@ export const createAnalyticsSlice: StateCreator<
95
autocapture: true, // disable if we don't want to capture every click and page view on the site
96
trackingOptions: {
97
ipAddress: true,
98
- language: false,
+ language: true,
99
platform: true,
100
},
101
});
@@ -111,7 +111,7 @@ export const createAnalyticsSlice: StateCreator<
111
// serverZone: 'EU',
112
autocapture: false,
113
114
- ipAddress: true,
+ ipAddress: false,
115
language: false,
116
platform: false,
117
0 commit comments