import {t} from 'sentry/locale'; export const MODULE_TITLE = t('Mobile UI'); export const BASE_URL = 'ui'; export const MODULE_DESCRIPTION = t("Improve your application's responsiveness."); // TODO: Update this link once we have the proper docs. export const MODULE_DOC_LINK = 'https://docs.sentry.io/product/insights/mobile-vitals/'; export const MODULE_FEATURES = ['insights-addon-modules', 'starfish-mobile-ui-module'];