Skip to content

Commit 2255cd5

Browse files
authored
chore(ffi): Remove support for opentelemetry
chore(ffi): Remove support for opentelemetry
2 parents 6001724 + 12a2316 commit 2255cd5

File tree

4 files changed

+6
-333
lines changed

4 files changed

+6
-333
lines changed

Cargo.lock

Lines changed: 6 additions & 205 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/matrix-sdk-ffi/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,19 @@ vergen = { version = "8.1.3", features = ["build", "git", "gitcl"] }
2424
anyhow = { workspace = true }
2525
as_variant = { workspace = true }
2626
async-compat = "0.2.1"
27-
base64 = "0.22"
2827
eyeball-im = { workspace = true }
2928
extension-trait = "1.0.1"
30-
futures-core = { workspace = true }
3129
futures-util = { workspace = true }
3230
matrix-sdk-ui = { workspace = true, features = ["e2e-encryption", "uniffi", "experimental-room-list-with-unified-invites"] }
3331
mime = "0.3.16"
3432
once_cell = { workspace = true }
35-
opentelemetry = "0.22.0"
36-
opentelemetry_sdk = { version = "0.22.0", features = ["rt-tokio"] }
37-
opentelemetry-otlp = { version = "0.15.0", features = ["tokio", "reqwest-client", "http-proto"] }
3833
ruma = { workspace = true, features = ["html", "unstable-unspecified", "unstable-msc3488", "compat-unset-avatar", "unstable-msc3245-v1-compat"] }
3934
sanitize-filename-reader-friendly = "2.2.1"
4035
serde = { workspace = true }
4136
serde_json = { workspace = true }
4237
thiserror = { workspace = true }
4338
tracing = { workspace = true }
4439
tracing-core = { workspace = true }
45-
tracing-opentelemetry = "0.23.0"
4640
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
4741
tracing-appender = { version = "0.2.2" }
4842
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }

0 commit comments

Comments
 (0)