We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the hooks loop only catches and prints any exceptions: https://github.com/qlik-oss/nebula.js/blob/master/apis/supernova/src/hooks.js#L88-L92 This can lead to seeminly functional rendering in multiple environments and should be improved to provide oppertunities for better feedback and loggin.
To improve developer experience when creating extensions as well as enabling better logging.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🚀 Feature
Currently the hooks loop only catches and prints any exceptions: https://github.com/qlik-oss/nebula.js/blob/master/apis/supernova/src/hooks.js#L88-L92
This can lead to seeminly functional rendering in multiple environments and should be improved to provide oppertunities for better feedback and loggin.
Motivation
To improve developer experience when creating extensions as well as enabling better logging.
The text was updated successfully, but these errors were encountered: