Skip to content

Commit 513a435

Browse files
committed
fix: opt out
1 parent cadb2a6 commit 513a435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/store/analyticsSlice.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const createAnalyticsSlice: StateCreator<
9595
autocapture: true, // disable if we don't want to capture every click and page view on the site
9696
trackingOptions: {
9797
ipAddress: true,
98-
language: false,
98+
language: true,
9999
platform: true,
100100
},
101101
});
@@ -111,7 +111,7 @@ export const createAnalyticsSlice: StateCreator<
111111
// serverZone: 'EU',
112112
autocapture: false,
113113
trackingOptions: {
114-
ipAddress: true,
114+
ipAddress: false,
115115
language: false,
116116
platform: false,
117117
},

0 commit comments

Comments
 (0)