import {t} from 'sentry/locale'; export const MODULE_TITLE = t('Mobile UI'); export const BASE_URL = 'mobile/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/';