notAvailableMessages.tsx 321 B

123456789
  1. import {t} from 'sentry/locale';
  2. const NOT_AVAILABLE_MESSAGES = {
  3. performance: t('This view is only available with Performance Monitoring.'),
  4. discover: t('This view is only available with Discover.'),
  5. releaseHealth: t('This view is only available with Release Health.'),
  6. };
  7. export default NOT_AVAILABLE_MESSAGES;