Skip to content

Commit

Permalink
chore: Enable web vitals capture (#27394)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeelaudibert authored Jan 9, 2025
1 parent 3080f7e commit a2c85e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/loadPostHogJS.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export function loadPostHogJS(): void {
autocapture: {
capture_copied_text: true,
},
capture_performance: { web_vitals: true },
person_profiles: 'always',
__preview_remote_config: true,

Expand Down

0 comments on commit a2c85e2

Please sign in to comment.