aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/dashapi/dashapi.go
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-07-07 12:17:14 +0200
committerAleksandr Nogikh <nogikh@google.com>2023-07-07 12:12:12 +0000
commit432c8d9a7e0a8634b76dd86d8489c729f480f35a (patch)
treea7903bc75fbd56013d088c64ce2b9c2e0f1e4c06 /dashboard/dashapi/dashapi.go
parentb03742d1ddf336907f30ff1bbe0adbc2162ec129 (diff)
dashboard: include Manager into BugReport
De-facto BugReport anyway refers to a specified crash and not just to the bug in general. Let's also include the Manager field there.
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
-rw-r--r--dashboard/dashapi/dashapi.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go
index 96e8dff0e..a64ee2ad5 100644
--- a/dashboard/dashapi/dashapi.go
+++ b/dashboard/dashapi/dashapi.go
@@ -424,6 +424,7 @@ type BugReport struct {
ReproOpts []byte
MachineInfo []byte
MachineInfoLink string
+ Manager string
CrashID int64 // returned back in BugUpdate
CrashTime time.Time
NumCrashes int64