Skip to content

Commit

Permalink
chore: turn on posthog pageview capture
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Aug 16, 2024
1 parent 2b80cf7 commit 1b885c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/marginfi-v2-trading/src/utils/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const init = () => {
posthog.init(process.env.NEXT_PUBLIC_POSTHOG_API_KEY!, {
api_host: "https://app.posthog.com",
autocapture: false,
capture_pageview: false,
capture_pageview: true,
capture_pageleave: false,
});
};
Expand Down

0 comments on commit 1b885c9

Please sign in to comment.