Include both analytics v1 and v2 in tree (#4527)

* Include both analytics v1 and v2 in tree

* fix sqlx cache

* fix tests
This commit is contained in:
aecsocket
2025-10-10 15:58:19 +01:00
committed by GitHub
parent c88bdda3e6
commit aec49cff7c
7 changed files with 1572 additions and 628 deletions

View File

@@ -132,6 +132,7 @@ sentry = { version = "0.42.0", default-features = false, features = [
"rustls",
] }
sentry-actix = "0.42.0"
const_format = "0.2.34"
serde = "1.0.219"
serde_bytes = "0.11.17"
serde_cbor = "0.11.2"