From 9b6d54ef30266e2dcefc85200dcd4461c015523e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Mart=C3=ADn?= Date: Mon, 2 Feb 2026 17:49:11 +0100 Subject: [PATCH] refactor: Enable `debug-images` feature for Sentry This makes it possible to link a Sentry trace to the debug symbols so it can be symbolicated --- bindings/matrix-sdk-ffi/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/matrix-sdk-ffi/Cargo.toml b/bindings/matrix-sdk-ffi/Cargo.toml index f3bc87cb7..b250a6bb9 100644 --- a/bindings/matrix-sdk-ffi/Cargo.toml +++ b/bindings/matrix-sdk-ffi/Cargo.toml @@ -95,6 +95,7 @@ sentry = { workspace = true, optional = true, default-features = false, features # Most default features enabled otherwise. "backtrace", "contexts", + "debug-images", "panic", "reqwest", "sentry-debug-images",