stream-chat-react
stream-chat-react copied to clipboard
Integrate a Sentry-compatible logger property
Motivation It should be easy to trace relevant diagnostics and invariants to a logger service.
Proposed solution
A Chat level property that accepts a logger-like interface that will be used across the implementation.
Acceptance Criteria
- Implementation
- Guide on integration with Sentry