mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-23 08:10:15 +01:00
Add label for rageshake to know the build type, in particular to know if it's a nightly build.
This commit is contained in:
parent
a030769aea
commit
5793a38774
@ -346,6 +346,9 @@ class BugReporter @Inject constructor(
|
||||
// Special for Element
|
||||
builder.addFormDataPart("label", "[Element]")
|
||||
|
||||
// Possible values for BuildConfig.BUILD_TYPE: "debug", "nightly", "release".
|
||||
builder.addFormDataPart("label", BuildConfig.BUILD_TYPE)
|
||||
|
||||
when (reportType) {
|
||||
ReportType.BUG_REPORT -> {
|
||||
/* nop */
|
||||
|
Loading…
Reference in New Issue
Block a user