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

pull/58/head
Dennis Schubert 4 years ago committed by GitHub
parent fea7c2651e
commit abfc91519a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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