Skip to content

Commit

Permalink
fix: set mixpanel track_pageview config property to false (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chethan-Fyle authored Aug 30, 2024
1 parent c839591 commit c0c8974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

mixpanel.init(MIXPANEL_PROJECT_TOKEN, {
debug: false,
track_pageview: true,
track_pageview: false,
persistence: 'localStorage'
});
} catch(e) {
Expand Down

0 comments on commit c0c8974

Please sign in to comment.