You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor logging to use logger.exception for better error tracking and fix some typing errors
- Updated multiple instances across various modules to replace logger.error with logger.exception to capture stack traces and provide more context for errors.
- Ensured that all relevant error messages are logged with exception details to facilitate debugging and monitoring.
- Fix some failed type checks
0 commit comments