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'),
- initialization: t('App Initialization'),
- pageload: t('Pageload'),
- responsiveness: t('Responsiveness'),
- };
|