Bug 1645844 - Add label to reports sent via the webcompat-reporter. (#14625)

This commit is contained in:
Dennis Schubert 2020-09-03 02:48:37 +02:00 committed by GitHub
parent fea7c2651e
commit abfc91519a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ class Core(private val context: Context, private val crashReporter: CrashReporti
* This is consistent with both Fennec and Firefox Desktop.
*/
if (Config.channel.isNightlyOrDebug || Config.channel.isBeta) {
WebCompatReporterFeature.install(it)
WebCompatReporterFeature.install(it, "fenix")
}
}
}