Log sentry events as debug instead of error

This commit is contained in:
Andy Uhnak
2022-07-11 10:37:43 +01:00
parent 3f42eb8f1c
commit 421bcbeb89
@@ -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
}