Skip to content

Commit

Permalink
fix_: rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Nov 25, 2024
1 parent 79ef9ac commit 5a18c97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mobile/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5a18c97

Please sign in to comment.