Skip to content

v93.3.0 (_2022-06-06_)

Choose a tag to compare

@bendk bendk released this 06 Jun 18:59
· 2233 commits to main since this release

v93.3.0 (2022-06-06)

Full Changelog

Error-support

What's New

- Added a new error reporting system that is intended to eventually replace using `log::error` to report errors
- Added code using the new system to track down application-services#4856
- Added UniFFI API for this crate.  Consumers should use this to register for error reports and breadcrumbs.