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
feat(error handling): add detailed error handling for code execution
Introduce new exceptions for code execution errors, including
MissingCodeError, InvalidCodeFormatError, UnsupportedLanguageError,
and CompilationError. These exceptions provide specific feedback
to users and are integrated into the error handling configuration
to log and optionally send certain errors to Sentry for monitoring.
Enhancing error handling for code execution improves user experience
by providing clear feedback on what went wrong and allows for better
monitoring of issues related to code execution, aiding in debugging
and improving system reliability.
0 commit comments