diff --git a/frontend/src/scenes/onboarding/Onboarding.tsx b/frontend/src/scenes/onboarding/Onboarding.tsx index 46427d3f4e0ee..eb5432b777694 100644 --- a/frontend/src/scenes/onboarding/Onboarding.tsx +++ b/frontend/src/scenes/onboarding/Onboarding.tsx @@ -134,6 +134,14 @@ const ProductAnalyticsOnboarding = (): JSX.Element => { type: 'toggle', visible: true, }, + { + title: 'Enable web vitals autocapture', + description: `Uses Google's web vitals library to automagically capture performance information.`, + teamProperty: 'autocapture_web_vitals_opt_in', + value: currentTeam?.autocapture_web_vitals_opt_in ?? true, + type: 'toggle', + visible: true, + }, { title: 'Enable session recordings', description: `Turn on session recordings and watch how users experience your app. We will also turn on console log and network performance recording. You can change these settings any time in the settings panel.`,