routeNames.tsx 209 B

123456789
  1. import {t} from 'sentry/locale';
  2. export const ROUTE_NAMES = {
  3. api: t('API Calls'),
  4. database: t('Database'),
  5. 'app-startup': t('App Starts'),
  6. pageload: t('Screen Loads'),
  7. mobileUI: t('Mobile UI'),
  8. };