Merge pull request #2292 from element-hq/feature/bma/gitSha
Git sha and branch in log
This commit is contained in:
commit
c0da3fb45e
13 changed files with 141 additions and 24 deletions
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue