Describe the bug
Rust specific flamegraphs and node sdk benchmarks show all major functions good in happy path conditions. To help diagnose hard to reproduce slow actions, working on a debug build of the SDK with granular sub action duration logging.
The idea is to have granular measurement of duration of sub actions in logging across our Rust => Uniffi Bindings => Android/iOS => RN Stack to help pinpoint any issues. Since slow actions were reported even when targeting a local running XMTP test node, slow network wont be a primary focus, though that would still show up in granular logging as well.
Expected behavior
No response
Steps to reproduce the bug
No response