Merge pull request #2292 from element-hq/feature/bma/gitSha

Git sha and branch in log
This commit is contained in:
Benoit Marty 2024-01-25 17:40:43 +01:00 committed by GitHub
commit c0da3fb45e
13 changed files with 141 additions and 24 deletions

View file

@ -202,6 +202,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")
}