1
0
Fork 0

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

master
Arturo Mejia 2020-02-27 09:42:13 -05:00 committed by Sebastian Kaspari
parent 3bc1ae7232
commit cfa6f0cc7a
1 changed files with 4 additions and 1 deletions

View File

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