settings.ts 147 B

12345
  1. import {BadgeType} from 'sentry/components/featureBadge';
  2. export const RELEASE_LEVEL: BadgeType = 'new';
  3. export const USE_STORED_SCORES = false;