Add update versions debug data

This commit is contained in:
Daniel
2022-12-12 14:47:30 +01:00
parent a100380144
commit 0825454db1
2 changed files with 48 additions and 0 deletions

View File

@@ -146,6 +146,7 @@ func debugInfo(ar *api.Request) (data []byte, err error) {
compat.AddToDebugInfo(di)
di.AddLastReportedModuleError()
di.AddLastUnexpectedLogs()
updates.AddToDebugInfo(di)
di.AddGoroutineStack()
// Return data.