Skip to content

Commit

Permalink
Merge branch 'enricoros:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
icratech authored Feb 19, 2024
2 parents 883f350 + ce0dca8 commit c1fcc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const MyApp = ({ Component, emotionCache, pageProps }: MyAppProps) =>
</ProviderTheming>

{isVercelFrontend && <VercelAnalytics debug={false} />}
{isVercelFrontend && <VercelSpeedInsights debug={false} sampleRate={1 / 10} />}
{isVercelFrontend && <VercelSpeedInsights debug={false} sampleRate={1 / 2} />}

</>;

Expand Down

1 comment on commit c1fcc6f

@vercel
Copy link

@vercel vercel bot commented on c1fcc6f Feb 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.