No issue: Submit exceptions while updating add-ons to the crashReporter

fennec/beta
Arturo Mejia 4 years ago committed by Sebastian Kaspari
parent 3bc1ae7232
commit cfa6f0cc7a

@ -292,7 +292,10 @@ open class FenixApplication : LocaleAwareApplication() {
try {
GlobalAddonDependencyProvider.initialize(
components.addonManager,
components.addonUpdater
components.addonUpdater,
onCrash = { exception ->
components.analytics.crashReporter.submitCaughtException(exception)
}
)
WebExtensionSupport.initialize(
components.core.engine,

Loading…
Cancel
Save