Skip to content

Commit

Permalink
fix(insights): Remove "Beta" badge (#80596)
Browse files Browse the repository at this point in the history
GA preparation.
  • Loading branch information
gggritso authored Nov 12, 2024
1 parent 8fd7fe6 commit b5979bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions static/app/components/sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ import {
import {
DOMAIN_VIEW_BASE_TITLE,
DOMAIN_VIEW_BASE_URL,
DOMAIN_VIEW_RELEASE_LEVEL,
} from 'sentry/views/insights/pages/settings';
import {MODULE_TITLES} from 'sentry/views/insights/settings';
import MetricsOnboardingSidebar from 'sentry/views/metrics/ddmOnboarding/sidebar';
Expand Down Expand Up @@ -623,8 +622,6 @@ function Sidebar() {
id="insights-domains"
initiallyExpanded
exact={!shouldAccordionFloat}
isAlpha={DOMAIN_VIEW_RELEASE_LEVEL === 'alpha'}
isBeta={DOMAIN_VIEW_RELEASE_LEVEL === 'beta'}
>
<SidebarItem
{...sidebarItemProps}
Expand Down
2 changes: 0 additions & 2 deletions static/app/views/insights/pages/settings.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type {BadgeType} from 'sentry/components/badge/featureBadge';
import {t} from 'sentry/locale';
import {MODULES as AI_MODULES} from 'sentry/views/insights/pages/ai/settings';
import {MODULES as BACKEND_MODULES} from 'sentry/views/insights/pages/backend/settings';
Expand All @@ -8,7 +7,6 @@ import type {DomainView} from 'sentry/views/insights/pages/useFilters';
import type {ModuleName} from 'sentry/views/insights/types';

export const OVERVIEW_PAGE_TITLE = t('Overview');
export const DOMAIN_VIEW_RELEASE_LEVEL: BadgeType = 'beta';
export const DOMAIN_VIEW_BASE_URL = 'insights';
export const DOMAIN_VIEW_BASE_TITLE = t('Insights');

Expand Down

0 comments on commit b5979bc

Please sign in to comment.