From a2961665fd263f7a4675acc55a9e5b92b7221b08 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 6 Nov 2017 14:57:23 +0100 Subject: dashboard/app: pass namespace in bug reports Namespace can be used for some customization in external reporter. --- dashboard/dashapi/dashapi.go | 1 + 1 file changed, 1 insertion(+) (limited to 'dashboard/dashapi/dashapi.go') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index ef51f4f51..28a4f7bf8 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -137,6 +137,7 @@ func (dash *Dashboard) LogError(name, msg string, args ...interface{}) { // BugReport describes a single bug. // Used by dashboard external reporting. type BugReport struct { + Namespace string Config []byte ID string ExtID string // arbitrary reporting ID forwarded from BugUpdate.ExtID -- cgit mrf-deployment