settings.ts 345 B

123456789
  1. import {t} from 'sentry/locale';
  2. export const MODULE_TITLE = t('Mobile UI');
  3. export const BASE_URL = 'mobile/ui';
  4. export const MODULE_DESCRIPTION = t("Improve your application's responsiveness.");
  5. // TODO: Update this link once we have the proper docs.
  6. export const MODULE_DOC_LINK = 'https://docs.sentry.io/product/insights/mobile-vitals/';