Просмотр исходного кода

ref(sentry apps): Add ignored to list of issue webhooks (#32371)

Colleen O'Rourke 3 лет назад
Родитель
Сommit
f5dea90a96
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      static/app/views/settings/organizationDeveloperSettings/constants.tsx

+ 1 - 1
static/app/views/settings/organizationDeveloperSettings/constants.tsx

@@ -1,7 +1,7 @@
 export const EVENT_CHOICES = ['issue', 'error', 'comment'] as const;
 export const EVENT_CHOICES = ['issue', 'error', 'comment'] as const;
 
 
 export const DESCRIPTIONS = {
 export const DESCRIPTIONS = {
-  issue: 'created, resolved, assigned',
+  issue: 'created, resolved, assigned, ignored',
   error: 'created',
   error: 'created',
   comment: 'created, edited, deleted',
   comment: 'created, edited, deleted',
 } as const;
 } as const;