This commit is contained in:
2024-05-06 23:33:17 +02:00
parent 88b045d496
commit 989f276d40
3 changed files with 15 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ reqwest = { version = "0.12.4", features = ["json", "stream", "multipart"] }
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"] }
once_cell = "1.19.0"