Skip to content

Commit

Permalink
chore: disabled capture page view
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur authored and louis-jan committed Nov 26, 2024
1 parent 655a4a1 commit 9a8b765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/app/posthog.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if (typeof window !== 'undefined') {
posthog.init(process.env.NEXT_PUBLIC_POSTHOG_KEY, {
api_host: process.env.NEXT_PUBLIC_POSTHOG_HOST,
person_profiles: 'identified_only', // or 'always' to create profiles for anonymous users as well
capture_pageview: false,
})
}
export function CSPostHogProvider({ children }) {
Expand Down

0 comments on commit 9a8b765

Please sign in to comment.