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

pull/600/head
Arturo Mejia 5 years ago committed by Sebastian Kaspari
parent 2660aee561
commit ba018c4489

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