This branch enhances the error reporting from SAS failures by utilizing a regular expression to capture a full traceback stack from the log, rather than just the last 20 lines.
Affected Issues
Resolves #423
Testing
Unit test for a failing SAS condition has been updated to ensure the full traceback (which is longer than 20 lines in this test) is now provided in the error message that would be reported to an SDS end user.
Description
Affected Issues
Testing