import {t} from 'sentry/locale'; export const MODULE_TITLE = t('Mobile Screens'); // TBD, existing screen load modules uses 'screens' already export const BASE_URL = 'mobile/mobile-screens'; export const MODULE_DESCRIPTION = t("Improve your application's responsiveness."); export const MODULE_FEATURE = t('insights-mobile-screens-module'); export const DATA_TYPE = t('Mobile Screens'); export const DATA_TYPE_PLURAL = t('Mobile Screens'); // TODO: Update this link once we have the proper docs. export const MODULE_DOC_LINK = 'https://docs.sentry.io/product/insights/mobile-vitals/';