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
|
// Special for Element
|
||||||
builder.addFormDataPart("label", "[Element]")
|
builder.addFormDataPart("label", "[Element]")
|
||||||
|
|
||||||
|
// Possible values for BuildConfig.BUILD_TYPE: "debug", "nightly", "release".
|
||||||
|
builder.addFormDataPart("label", BuildConfig.BUILD_TYPE)
|
||||||
|
|
||||||
when (reportType) {
|
when (reportType) {
|
||||||
ReportType.BUG_REPORT -> {
|
ReportType.BUG_REPORT -> {
|
||||||
/* nop */
|
/* nop */
|
||||||
|
Loading…
Reference in New Issue
Block a user