This commit is contained in:
2023-08-10 21:32:14 +02:00
parent 592ff0f8d8
commit 7bb39281d2
2 changed files with 12 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ tokio-util = { version = "0.7.8", features = ["compat"] }
axum = { version = "0.6.18", 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"]}