Merge pull request #2213 from element-hq/feature/bma/fdroid

Feature/bma/fdroid
This commit is contained in:
Benoit Marty 2024-01-17 16:17:41 +01:00 committed by GitHub
commit 997629294e
13 changed files with 53 additions and 40 deletions

View file

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