Display sync progress on the loading screen

This commit is contained in:
Andy Uhnak
2022-11-10 14:52:09 +00:00
parent 0ec89a923a
commit 32271438ab
10 changed files with 105 additions and 12 deletions
@@ -42,6 +42,10 @@ struct SentryMonitoringClient {
options.enableNetworkTracking = false
options.beforeSend = { event in
// Use the actual error message as issue fingerprint
if let message = event.message?.formatted {
event.fingerprint = [message]
}
MXLog.debug("[SentryMonitoringClient] Issue detected: \(event)")
return event
}