Skip to content

Commit 67a381c

Browse files
authored
disable autocapture and pageview (#62)
1 parent 1e232ca commit 67a381c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/roam/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ const initPostHog = () => {
3131
posthog.init("phc_SNMmBqwNfcEpNduQ41dBUjtGNEUEKAy6jTn63Fzsrax", {
3232
api_host: "https://us.i.posthog.com",
3333
person_profiles: "identified_only",
34+
capture_pageview: false,
35+
autocapture: false,
3436
property_denylist: [
3537
"$ip", // Still seeing ip in the event
3638
"$device_id",

0 commit comments

Comments
 (0)