Skip to content

Commit ba9d5a6

Browse files
committed
remove unneccessary ip property removal since we disable ip collection on posthog side
1 parent d08a50f commit ba9d5a6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/app/posthogProvider.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@ if (typeof window !== 'undefined') {
1515
if (properties['$current_url']) {
1616
properties['$current_url'] = null;
1717
}
18-
if (properties['$ip']) {
19-
properties['$ip'] = "null";
20-
}
21-
2218

2319
return properties;
24-
}
20+
}
2521
});
2622
} else {
2723
console.log("PostHog telemetry disabled");

0 commit comments

Comments
 (0)