Skip to content

Commit

Permalink
feat: web vitals in onboarding (#25133)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
pauldambra and github-actions[bot] authored Sep 24, 2024
1 parent 593032f commit 28dfcae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/src/scenes/onboarding/Onboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,
Expand Down

0 comments on commit 28dfcae

Please sign in to comment.