feat(analytics): send the whole set of cli options instead of only the snapshot

This commit is contained in:
Tamo
2022-01-18 18:17:38 +01:00
parent 7e2f6063ae
commit 7828da15c3
4 changed files with 38 additions and 7 deletions

View File

@ -30,7 +30,7 @@ arc-swap = "1.3.2"
async-stream = "0.3.2"
async-trait = "0.1.51"
bstr = "0.2.17"
byte-unit = { version = "4.0.12", default-features = false, features = ["std"] }
byte-unit = { version = "4.0.12", default-features = false, features = ["std", "serde"] }
bytes = "1.1.0"
chrono = { version = "0.4.19", features = ["serde"] }
crossbeam-channel = "0.5.1"