Add sentry debug-images

This commit is contained in:
2023-07-25 19:21:49 +02:00
parent b5f477678a
commit 77c25142c7

View File

@@ -24,7 +24,7 @@ textwrap = "0.16.0"
regex = "1.8.3" regex = "1.8.3"
chrono = "0.4.25" chrono = "0.4.25"
dateparser = "0.2.0" dateparser = "0.2.0"
sentry = "0.31.3" sentry = { version = "0.31.3", features = ["debug-images"] }
moka = { version = "0.11.1", features = ["future"] } moka = { version = "0.11.1", features = ["future"] }
axum = "0.6.18" axum = "0.6.18"
smallvec = { version = "1.10.0", features = ["serde"] } smallvec = { version = "1.10.0", features = ["serde"] }