Restore branch and git sha, to use it in logs and in rageshakes.

Remove quite useless `gitRevisionDate`.
This commit is contained in:
Benoit Marty 2024-01-25 14:16:21 +01:00
parent 3098d869a8
commit cccfdfbcc7
8 changed files with 52 additions and 15 deletions

View file

@ -200,6 +200,8 @@ class DefaultBugReporter @Inject constructor(
// add some github labels
builder.addFormDataPart("label", buildMeta.versionName)
builder.addFormDataPart("label", buildMeta.flavorDescription)
builder.addFormDataPart("branch_name", buildMeta.gitBranchName)
if (crashCallStack.isNotEmpty() && withCrashLogs) {
builder.addFormDataPart("label", "crash")
}