routeNames.tsx 339 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. 'app-startup': t('App Starts'),
  9. pageload: t('Screen Loads'),
  10. responsiveness: t('Responsiveness'),
  11. };