Skip to content

Commit

Permalink
DH-4845 enabled page view (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
DishenWang2023 committed May 7, 2024
1 parent b572dc1 commit 42402f8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const WithAnalytics: FC<WithAnalyticsProps> = ({ children }) => {
loaded: (posthog) => {
if (process.env.NODE_ENV === 'development') posthog.debug()
},
capture_pageview: false, // Disable automatic pageview capture, as we capture manually
})
}

Expand Down

0 comments on commit 42402f8

Please sign in to comment.