This commit is contained in:
2024-05-06 23:08:09 +02:00
parent 6381560e03
commit e782dbe46b
3 changed files with 14 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ tower-http = { version = "0.5.2", features = ["trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
sentry-tracing = "0.32.3"
reqwest = { version = "0.12.4", features = ["json", "stream"] }