We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa72bb5 commit 65dc93dCopy full SHA for 65dc93d
static/app/views/performance/http/settings.ts
@@ -5,7 +5,7 @@ export const MODULE_TITLE = t('Requests');
5
6
export const NULL_DOMAIN_DESCRIPTION = t('Unknown Domain');
7
8
-export const RELEASE_LEVEL: BadgeType = 'beta';
+export const RELEASE_LEVEL: BadgeType = 'new';
9
10
// NOTE: Awkward typing, but without it `RELEASE_LEVEL` is narrowed and the comparison is not allowed
11
export const releaseLevelAsBadgeProps = {
0 commit comments