diff options
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index c62d53c3e..148b7d710 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -238,6 +238,7 @@ type Crash struct { Title string AltTitles []string // alternative titles, used for better deduplication Corrupted bool // report is corrupted (corrupted title, no stacks, etc) + Suppressed bool Maintainers []string // deprecated in favor of Recipients Recipients Recipients Log []byte @@ -264,6 +265,7 @@ type CrashID struct { BuildID string Title string Corrupted bool + Suppressed bool MayBeMissing bool } |
