mirror of
https://github.com/upscayl/upscayl.git
synced 2026-02-19 11:55:37 -05:00
Remove IP and geoip_disable parameters from PostHog registration and session capture
This commit is contained in:
@@ -27,15 +27,11 @@ const PostHogProviderWrapper = ({
|
||||
posthog.register({
|
||||
...systemInfo,
|
||||
appVersion,
|
||||
$ip: "0.0.0.0",
|
||||
$geoip_disable: true,
|
||||
});
|
||||
// Capture initial session start
|
||||
posthog.capture("app_launched", {
|
||||
...systemInfo,
|
||||
appVersion,
|
||||
$ip: "0.0.0.0",
|
||||
$geoip_disable: true,
|
||||
});
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user