mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
fix: send current db schema-version to sentry when missing addrs
This commit is contained in:
@@ -184,7 +184,8 @@
|
||||
(when (and compare-result (not (neg? compare-result))) ; >= 64.8
|
||||
(worker-util/post-message :capture-error
|
||||
{:error "db-missing-addresses-v2"
|
||||
:payload {:missing-addresses missing-addresses}}))))
|
||||
:payload {:missing-addresses (str missing-addresses)
|
||||
:db-schema-version (str version-in-db)}}))))
|
||||
missing-addresses))
|
||||
|
||||
(defn upsert-addr-content!
|
||||
|
||||
Reference in New Issue
Block a user