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
This commit is contained in:
Jorge Martín
2026-02-02 17:49:11 +01:00
committed by Jorge Martin Espinosa
parent 9dc2901268
commit 9b6d54ef30
+1
View File
@@ -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",