notAvailableMessages.tsx 288 B

1234567
  1. import {t} from 'sentry/locale';
  2. export 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. };