runtime: add request context tracing

This commit is contained in:
a.tolmachev
2026-05-01 11:52:43 +00:00
parent 7be6bed347
commit 9b7bd9ad03
3 changed files with 114 additions and 0 deletions
Generated
+2
View File
@@ -504,6 +504,8 @@ dependencies = [
"time",
"tokio",
"tokio-tungstenite",
"tracing",
"tracing-subscriber",
]
[[package]]