Skip to content

Commit

Permalink
mixpanel proxy added
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohitkk432 committed Jul 17, 2023
1 parent 40033d6 commit d7d207e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/_root-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ function FallbackLoader() {
}

mixpanel.init(process.env.NEXT_PUBLIC_MIXPANEL_PROJECT_KEY as string, {
debug: true,
debug: false,
track_pageview: true,
persistence: 'localStorage',
// api_host: process.env.NEXT_PUBLIC_MIXPANEL_HOST,
api_host: process.env.NEXT_PUBLIC_MIXPANEL_HOST,
});

export default function RootLayout({
Expand Down

0 comments on commit d7d207e

Please sign in to comment.