mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Log sentry events as debug instead of error
This commit is contained in:
@@ -35,7 +35,7 @@ struct SentryMonitoringClient {
|
||||
options.tracesSampleRate = 1.0
|
||||
|
||||
options.beforeSend = { event in
|
||||
MXLog.error("[SentryMonitoringClient] Issue detected: \(event)")
|
||||
MXLog.debug("[SentryMonitoringClient] Issue detected: \(event)")
|
||||
return event
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user