-
Notifications
You must be signed in to change notification settings - Fork 467
feat: enable geo #2824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: enable geo #2824
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -94,7 +94,7 @@ export const createAnalyticsSlice: StateCreator< | |
| // serverZone: 'EU', | ||
| autocapture: true, // disable if we don't want to capture every click and page view on the site | ||
| trackingOptions: { | ||
| ipAddress: false, | ||
| ipAddress: true, | ||
| language: false, | ||
| platform: true, | ||
| }, | ||
|
|
@@ -111,7 +111,7 @@ export const createAnalyticsSlice: StateCreator< | |
| // serverZone: 'EU', | ||
| autocapture: false, | ||
| trackingOptions: { | ||
| ipAddress: false, | ||
| ipAddress: true, | ||
| language: false, | ||
| platform: false, | ||
| }, | ||
|
|
@@ -151,7 +151,7 @@ export const createAnalyticsSlice: StateCreator< | |
| init(AMPLITUDE_API_KEY, { | ||
| autocapture: false, | ||
| trackingOptions: { | ||
| ipAddress: false, | ||
| ipAddress: true, | ||
| language: false, | ||
|
Comment on lines
153
to
155
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
In Useful? React with 👍 / 👎. |
||
| platform: false, | ||
| }, | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe worth it to double check with legal if we can track IPs while opted out/not opted in yet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah we should not, ive removed