settings.ts 427 B

1234567891011
  1. import {t} from 'sentry/locale';
  2. export const MODULE_TITLE = t('Mobile UI');
  3. export const BASE_URL = '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/';
  7. export const MODULE_FEATURES = ['insights-addon-modules', 'starfish-mobile-ui-module'];