Comparing v85...v86 · DataDog/datadog-lambda-extension
Commits on Aug 29, 2025
-
fix: use a joinset for trace flushing (#793)
Futures and tokio are best not mixed, so use a tokio joinset instead of futures join_all, even though I do like that API --------- Co-authored-by: jordan gonzález <30836115+duncanista@users.noreply.github.com>