Monday, October 27, 2025
1 change · 19.0
Enhancements to existing features
When importing a data module fails, users now see the full error details instead of only the final part of the message. This makes it easier to understand what went wrong or share complete information with support for faster troubleshooting.
Original PR description
Before this commit, when an error happens during the import of a data module, the UserError was displaying the last part of the traceback. In some cases, it was sufficient (missing manifest, unknown dependency, ...). But in other cases, this was only displaying the record triggering the error, but not more, giving no clue on what was the exact error and how to fix it. This commit adapts the UserError to provide the full traceback in the popup window, such that the user can understand or at least report the error. Another task is targeting master to improve the design of this window. task-4876416