Skip to content

Commit cadb2a6

Browse files
committed
fix: pr comment
1 parent 73184d4 commit cadb2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/analyticsSlice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const createAnalyticsSlice: StateCreator<
151151
init(AMPLITUDE_API_KEY, {
152152
autocapture: false,
153153
trackingOptions: {
154-
ipAddress: true,
154+
ipAddress: false,
155155
language: false,
156156
platform: false,
157157
},

0 commit comments

Comments
 (0)