diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-01-17 12:30:20 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-01-17 15:44:44 +0100 |
| commit | c57e188490be85bd7df523b941107660a5a017f6 (patch) | |
| tree | 3c862ba1f7df647200505a2517d253bad895e742 /dashboard/dashapi/dashapi.go | |
| parent | de4e4f4d8b582f2aee34fe7659b0bcb54ff28498 (diff) | |
dashboard/dashapi: add alternative titles for crashes
Update #1575
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 04e3058bf..de6726c0a 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -236,6 +236,7 @@ func (dash *Dashboard) UploadCommits(commits []Commit) error { type Crash struct { BuildID string // refers to Build.ID Title string + AltTitles []string // alternative titles, used for better deduplication Corrupted bool // report is corrupted (corrupted title, no stacks, etc) Maintainers []string // deprecated in favor of Recipients Recipients Recipients |
