We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e232ca commit 67a381cCopy full SHA for 67a381c
apps/roam/src/index.ts
@@ -31,6 +31,8 @@ const initPostHog = () => {
31
posthog.init("phc_SNMmBqwNfcEpNduQ41dBUjtGNEUEKAy6jTn63Fzsrax", {
32
api_host: "https://us.i.posthog.com",
33
person_profiles: "identified_only",
34
+ capture_pageview: false,
35
+ autocapture: false,
36
property_denylist: [
37
"$ip", // Still seeing ip in the event
38
"$device_id",
0 commit comments