Skip to content

Commit 65dc93d

Browse files
authored
feat(perf): Graduate "Requests" view from "Beta" to "New" (#69342)
GA
1 parent aa72bb5 commit 65dc93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/performance/http/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const MODULE_TITLE = t('Requests');
55

66
export const NULL_DOMAIN_DESCRIPTION = t('Unknown Domain');
77

8-
export const RELEASE_LEVEL: BadgeType = 'beta';
8+
export const RELEASE_LEVEL: BadgeType = 'new';
99

1010
// NOTE: Awkward typing, but without it `RELEASE_LEVEL` is narrowed and the comparison is not allowed
1111
export const releaseLevelAsBadgeProps = {

0 commit comments

Comments
 (0)