settings.ts 368 B

123456789
  1. import {t} from 'sentry/locale';
  2. export const MODULE_TITLE = t('Resources');
  3. export const BASE_URL = 'browser/resources';
  4. export const MODULE_DESCRIPTION = t(
  5. 'Find large and slow-to-load resources used by your application and understand their impact on page performance.'
  6. );
  7. export const MODULE_DOC_LINK = 'https://docs.sentry.io/product/performance/resources/';