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

pull/600/head
Dennis Schubert 4 years ago committed by GitHub
parent fc0dd111db
commit cafcdcb1ac

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

Loading…
Cancel
Save