When a duplicate room list entry is found, report it and remove it (#6006)
* When a duplicate room list entry is found, report it and remove it * Fix tests and fixtures * Simplify how the updates are described in the Sentry reports
This commit is contained in:
committed by
GitHub
parent
03d14087e6
commit
28b63745f4
@@ -109,6 +109,7 @@ class SentryAnalyticsProvider(
|
||||
}
|
||||
|
||||
override fun trackError(throwable: Throwable) {
|
||||
Timber.e(throwable, "Sending error to Sentry")
|
||||
Sentry.captureException(throwable)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user