settings.ts 164 B

123456
  1. import {t} from 'sentry/locale';
  2. export const INSIGHTS_TITLE = t('Insights');
  3. export const INSIGHTS_BASE_URL = 'insights';
  4. export const DEFAULT_INTERVAL = '10m';