Skip to content

Commit

Permalink
Increase the sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Feb 19, 2024
1 parent 6c51a36 commit ce0dca8
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

0 comments on commit ce0dca8

Please sign in to comment.