This commit is contained in:
2024-05-06 23:51:05 +02:00
parent 4bbbbb1660
commit c4d09fd7d4
4 changed files with 14 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ tokio = { version = "1.37.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
sentry-tracing = "0.32.3"
tower-http = { version = "0.5.2", features = ["trace"] }
axum = { version = "0.7.5", features = ["json"] }