routeNames.tsx 344 B

123456789101112
  1. import {t} from 'sentry/locale';
  2. export const ROUTE_NAMES = {
  3. api: t('API Calls'),
  4. database: t('Database'),
  5. 'endpoint-overview': t('Endpoint Overview'),
  6. 'span-summary': t('Span Summary'),
  7. 'web-service': t('Web Service'),
  8. initialization: t('App Initialization'),
  9. pageload: t('Pageload'),
  10. responsiveness: t('Responsiveness'),
  11. };