Skip to content

Commit

Permalink
feat(insights): move insight domain views into beta (#80338)
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikB2014 authored Nov 7, 2024
1 parent 1c0cb14 commit ab7bda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/app/views/insights/pages/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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 = 'alpha';
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 ab7bda4

Please sign in to comment.