123456789101112 |
- import {t} from 'sentry/locale';
- export const ROUTE_NAMES = {
- api: t('API Calls'),
- database: t('Database'),
- 'endpoint-overview': t('Endpoint Overview'),
- 'span-summary': t('Span Summary'),
- 'web-service': t('Web Service'),
- 'app-startup': t('App Starts'),
- pageload: t('Screen Loads'),
- responsiveness: t('Responsiveness'),
- };
|