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:
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…
Reference in New Issue
Block a user