Skip to content

Commit

Permalink
remove old feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
andehen committed Dec 6, 2024
1 parent 99e7128 commit 491d8bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/lib/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ export const FEATURE_FLAGS = {
SITE_APP_FUNCTIONS: 'site-app-functions', // owner: @mariusandra #team-cdp
REPLAY_HOGQL_FILTERS: 'replay-hogql-filters', // owner: @pauldambra #team-replay
REPLAY_LIST_RECORDINGS_AS_QUERY: 'replay-list-recordings-as-query', // owner: @pauldambra #team-replay
ALWAYS_ENABLE_INSIGHT_REFRESH_LINK: 'always-enable-insight-refresh-link', // owner: @anders #team-experiments
BYPASS_INSIGHT_REFRESH_RATE_LIMIT: 'bypass-insight-refresh-rate-limit', // owner: @anders #team-experiments
} as const
export type FeatureFlagKey = (typeof FEATURE_FLAGS)[keyof typeof FEATURE_FLAGS]
Expand Down

0 comments on commit 491d8bb

Please sign in to comment.