delegates/error_reporter library
Classes
- ChatErrorReporter
- Pluggable error reporter. App provides an implementation (Crashlytics, Sentry, custom logger) and chat layer routes all caught exceptions to it instead of swallowing them silently.
- DefaultChatErrorReporter
- Default reporter — logs to debug console only. Suitable for dev builds. Production apps should provide a real reporter via RoomManager.init.