Skip to content

Commit

Permalink
chore: remove error tracking alerting flag (#29184)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored Feb 26, 2025
1 parent a1744c1 commit c18f2ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion frontend/src/lib/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ export const FEATURE_FLAGS = {
PERSONLESS_EVENTS_NOT_SUPPORTED: 'personless-events-not-supported', // owner: @raquelmsmith
ALERTS: 'alerts', // owner: @anirudhpillai #team-product-analytics
ERROR_TRACKING: 'error-tracking', // owner: #team-error-tracking
ERROR_TRACKING_ALERTING: 'error-tracking-alerting', // owner: #team-error-tracking
SETTINGS_BOUNCE_RATE_PAGE_VIEW_MODE: 'settings-bounce-rate-page-view-mode', // owner: @robbie-c
ONBOARDING_DASHBOARD_TEMPLATES: 'onboarding-dashboard-templates', // owner: @raquelmsmith
MULTIPLE_BREAKDOWNS: 'multiple-breakdowns', // owner: @skoob13 #team-product-analytics
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 @@ -339,7 +339,6 @@ export const SETTINGS_MAP: SettingSection[] = [
{
id: 'error-tracking-alerting',
title: 'Alerting',
flag: 'ERROR_TRACKING_ALERTING',
component: <ErrorTrackingAlerting />,
},
],
Expand Down

0 comments on commit c18f2ea

Please sign in to comment.