File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ export const createAnalyticsSlice: StateCreator<
9494 // serverZone: 'EU',
9595 autocapture : true , // disable if we don't want to capture every click and page view on the site
9696 trackingOptions : {
97- ipAddress : false ,
97+ ipAddress : true ,
9898 language : false ,
9999 platform : true ,
100100 } ,
@@ -111,7 +111,7 @@ export const createAnalyticsSlice: StateCreator<
111111 // serverZone: 'EU',
112112 autocapture : false ,
113113 trackingOptions : {
114- ipAddress : false ,
114+ ipAddress : true ,
115115 language : false ,
116116 platform : false ,
117117 } ,
@@ -151,7 +151,7 @@ export const createAnalyticsSlice: StateCreator<
151151 init ( AMPLITUDE_API_KEY , {
152152 autocapture : false ,
153153 trackingOptions : {
154- ipAddress : false ,
154+ ipAddress : true ,
155155 language : false ,
156156 platform : false ,
157157 } ,
You can’t perform that action at this time.
0 commit comments