constants.tsx 329 B

12345678
  1. import {t} from 'sentry/locale';
  2. export const SPIKE_PROTECTION_OPTION_DISABLED = 'quotas:spike-protection-disabled';
  3. export const SPIKE_PROTECTION_ERROR_MESSAGE = t(
  4. 'Unable to change spike protection settings'
  5. );
  6. export const SPIKE_PROTECTION_DOCS_LINK =
  7. 'https://docs.sentry.io/product/accounts/quotas/spike-protection/';