o install ckanext-push-errors:
pip install -e git+https://github.com/unckan/ckanext-push-errors.git@TAG-VERSION#egg=ckanext-superset
pip install -r https://raw.githubusercontent.com/unckan/ckanext-push-errors/refs/tags/TAG-VERSION/requirements.txt
Then add push_errors to the ckan.plugins setting in your CKAN config file.
IMPORTANT: Add the push_errors plugin as the first one in the list to ensure that all errors are captured.