diff --git a/cspell.config.json b/cspell.config.json index 024c0900..2887aef7 100644 --- a/cspell.config.json +++ b/cspell.config.json @@ -16,18 +16,20 @@ "DataSource", "DataSources", "endregion", + "errorsource", "framestruct", "Grafana", "httpadapter", "httpclient", "instancemgmt", "jackspeak", - "errorsource", "mhdw", "nolint", "oblador", "peterhellberg", "proxying", + "substatus", + "Substatus", "testdata", "testid", "typecheck", diff --git a/pkg/sentry/issues.go b/pkg/sentry/issues.go index 6cabf369..5dca117a 100644 --- a/pkg/sentry/issues.go +++ b/pkg/sentry/issues.go @@ -14,6 +14,7 @@ type SentryIssue struct { Count string `json:"count"` UserCount int64 `json:"userCount"` Status string `json:"status"` + Substatus string `json:"substatus"` Level string `json:"level"` Type string `json:"type"` Platform string `json:"platform"`