Skip to content

Commit

Permalink
chore: remove feature flag for web vitals (#24489)
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 Aug 20, 2024
1 parent 6f82ba2 commit 0004d38
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion frontend/src/lib/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export const FEATURE_FLAGS = {
PERSON_BATCH_EXPORTS: 'person-batch-exports', // owner: @tomasfarias
// owner: #team-replay, only to be enabled for PostHog team testing
EXCEPTION_AUTOCAPTURE: 'exception-autocapture',
WEB_VITALS_AUTOCAPTURE: 'web-vitals-autocapture', // owner: @team-replay
FF_DASHBOARD_TEMPLATES: 'ff-dashboard-templates', // owner: @EDsCODE
ARTIFICIAL_HOG: 'artificial-hog', // owner: @Twixes
CS_DASHBOARDS: 'cs-dashboards', // owner: @pauldambra
Expand Down
1 change: 0 additions & 1 deletion frontend/src/scenes/settings/SettingsMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ export const SettingsMap: SettingSection[] = [
id: 'web-vitals-autocapture',
title: 'Web vitals autocapture',
component: <WebVitalsAutocaptureSettings />,
flag: 'WEB_VITALS_AUTOCAPTURE',
},
{
id: 'autocapture-data-attributes',
Expand Down

0 comments on commit 0004d38

Please sign in to comment.