- import {t} from 'sentry/locale';
- export const SPIKE_PROTECTION_OPTION_DISABLED = 'quotas:spike-protection-disabled';
- export const SPIKE_PROTECTION_ERROR_MESSAGE = t(
- 'Unable to change spike protection settings'
- );
- export const SPIKE_PROTECTION_DOCS_LINK =
- 'https://docs.sentry.io/product/accounts/quotas/spike-protection/';
|