Skip to content

Commit

Permalink
Merge pull request #6393 from vector-im/andy/sentry_error
Browse files Browse the repository at this point in the history
Log sentry events as debug instead of error
  • Loading branch information
Anderas authored Jul 11, 2022
2 parents 6340e8f + 6e8ce51 commit 8588ea1
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 8588ea1

Please sign in to comment.