diff --git a/static/app/views/performance/http/settings.ts b/static/app/views/performance/http/settings.ts index 321191b1dd96af..753a0162e7d443 100644 --- a/static/app/views/performance/http/settings.ts +++ b/static/app/views/performance/http/settings.ts @@ -5,7 +5,7 @@ export const MODULE_TITLE = t('Requests'); export const NULL_DOMAIN_DESCRIPTION = t('Unknown Domain'); -export const RELEASE_LEVEL: BadgeType = 'alpha'; +export const RELEASE_LEVEL: BadgeType = 'beta'; // NOTE: Awkward typing, but without it `RELEASE_LEVEL` is narrowed and the comparison is not allowed export const releaseLevelAsBadgeProps = {