Browse Source

chore(frontend): Delete un-used DATA_CATEGORY_NAMES constant (#48461)

Alberto Leal 1 year ago
parent
commit
387656d665
1 changed files with 0 additions and 9 deletions
  1. 0 9
      static/app/constants/index.tsx

+ 0 - 9
static/app/constants/index.tsx

@@ -2,7 +2,6 @@
 
 import {t} from 'sentry/locale';
 import {
-  DataCategory,
   DataCategoryExact,
   DataCategoryInfo,
   OrgRole,
@@ -229,14 +228,6 @@ export const DEFAULT_RELATIVE_PERIODS_PAGE_FILTER = {
   '30d': t('30D'),
 };
 
-export const DATA_CATEGORY_NAMES = {
-  [DataCategory.ERRORS]: t('Errors'),
-  [DataCategory.TRANSACTIONS]: t('Transactions'),
-  [DataCategory.ATTACHMENTS]: t('Attachments'),
-  [DataCategory.PROFILES]: t('Profiles'),
-  [DataCategory.REPLAYS]: t('Session Replays'),
-};
-
 // https://github.com/getsentry/relay/blob/master/relay-common/src/constants.rs
 export const DATA_CATEGORY_INFO: Record<DataCategoryExact, DataCategoryInfo> = {
   [DataCategoryExact.ERROR]: {