From 5a18c976971b2514d5967da515a7de8c22f12a8d Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Mon, 25 Nov 2024 23:26:18 +0000 Subject: [PATCH] fix_: rebase issues --- mobile/status.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mobile/status.go b/mobile/status.go index ad39944116a..761a917b0fb 100644 --- a/mobile/status.go +++ b/mobile/status.go @@ -149,14 +149,13 @@ func initializeApplication(requestJSON string) string { // initialize sentry statusBackend.SetSentryDSN(request.SentryDSN) - if centralizedMetricsInfo.Enabled { + if metricsInfo.Enabled { err = statusBackend.EnablePanicReporting() if err != nil { return makeJSONResponse(err) } } - // Prepare response response := &InitializeApplicationResponse{ Accounts: accs,