This commit is contained in:
2023-08-10 21:19:40 +02:00
parent b1a3b9a30c
commit 5898d31809
2 changed files with 11 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ tokio = { version = "1.29.1", features = ["full"] }
axum = { version = "0.6.19", features = ["json"] }
axum-prometheus = "0.4.0"
chrono = "0.4.26"
sentry = "0.31.5"
sentry = { version = "0.31.5", features = ["debug-images"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"]}