xmtp / libxmtp

LibXMTP is a shared library encapsulating the core functionality of the XMTP messaging protocol, such as cryptography, networking, and language bindings.
MIT License
41 stars 17 forks source link

Tweak: Add more context to error logs #832

Closed richardhuaaa closed 3 months ago

richardhuaaa commented 3 months ago

Makes errors like https://github.com/xmtp/libxmtp/actions/runs/9419566711/job/25949597241 easier to debug

For future reference - even better would be to use the backtrace crate to get the full stack trace