types.tsx 182 B

1234567
  1. import {t} from 'sentry/locale';
  2. export const types = {
  3. 'event.minidump': t('Minidump'),
  4. 'event.applecrashreport': t('Apple Crash Report'),
  5. 'event.attachment': t('Other'),
  6. };