settings.ts 249 B

1234567891011
  1. import {t} from 'sentry/locale';
  2. export const FRONTEND_LANDING_SUB_PATH = 'frontend';
  3. export const FRONTEND_LANDING_TITLE = t('Frontend');
  4. export const OVERVIEW_PAGE_ALLOWED_OPS = [
  5. 'pageload',
  6. 'navigation',
  7. 'ui.render',
  8. 'interaction',
  9. ];