Increase the sample rate

(cherry picked from commit ce0dca86ac)
This commit is contained in:
Enrico Ros
2024-02-19 00:32:50 -08:00
parent 14d57aa622
commit bbf5dc078e
+1 -1
View File
@@ -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} />}
</>;