Add Sentry transaction so we can check how long it takes to vacuum and if there were any errors when doing it
This commit is contained in:
parent
09cab10abc
commit
7e3acd6b58
4 changed files with 22 additions and 11 deletions
|
|
@ -12,6 +12,7 @@ interface AnalyticsTransaction {
|
|||
fun setData(key: String, value: Any)
|
||||
fun isFinished(): Boolean
|
||||
fun traceId(): String?
|
||||
fun attachError(throwable: Throwable)
|
||||
fun finish()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue