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