2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

[fenix] Bug 1645844 - Add label to reports sent via the webcompat-reporter. (https://github.com/mozilla-mobile/fenix/pull/14625)

This commit is contained in:
Dennis Schubert 2020-09-03 02:48:37 +02:00 committed by GitHub
parent fc0dd111db
commit cafcdcb1ac

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")
}
}
}