Closed BertrandD closed 2 years ago
Due to concurrency on SessionTracer we had a core dump crash on runtime
This PR adds the ability to have multiple spans at a time in the same SessionTracer, and adds thread-safety on it
clang-tidy review says "All clean, LGTM! :+1:"
Due to concurrency on SessionTracer we had a core dump crash on runtime
This PR adds the ability to have multiple spans at a time in the same SessionTracer, and adds thread-safety on it