Daily updates from Odoo
Tuesday, August 11, 2026
1 change · saas-19.4
Code cleanup and technical improvements
We now use `sys.excepthook` and `threading.excepthook` to catch any unhandled exception in the logfile. This improvement allows logging exceptions as a whole instead of line by line. This will simplify debugging with Sentry.
Original PR description
We now use `sys.excepthook` and `threading.excepthook` to catch any unhandled exception in the logfile. This improvement allows logging exceptions as a whole instead of line by line. This will simplify debugging with Sentry.