Skip to content

Commit

Permalink
Log sentry events as debug instead of error
Browse files Browse the repository at this point in the history
  • Loading branch information
Anderas committed Jul 11, 2022
1 parent 004ebeb commit 6e8ce51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Riot/Modules/Analytics/SentryMonitoringClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 6e8ce51

Please sign in to comment.