Skip to content

Commit

Permalink
fix: set mixpanel track_pageview to false (#3187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chethan-Fyle authored Aug 28, 2024
1 parent 559a6a4 commit 1c7ceaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/services/tracking.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class TrackingService {
try {
const config: Partial<Config> = {
debug: false,
track_pageview: true,
track_pageview: false,
persistence: 'localStorage',
};

Expand Down

0 comments on commit 1c7ceaf

Please sign in to comment.