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
A nice feature would be if the system could log client side errors. Most services have JS-libraries available to log directly from the client.
The text was updated successfully, but these errors were encountered:
This should be possible by overwriting window.onerror.
The problem I see is the load order, so to catch all possible errors our script should be loaded and executed before any other javascript.
Sorry, something went wrong.
firegento#51 add possibility to log js errors
9e7bba2
Merge pull request #58 from airbone42/jslogging
42f9676
#51 add possibility to log js errors
Done ;)
No branches or pull requests
A nice feature would be if the system could log client side errors. Most services have JS-libraries available to log directly from the client.
The text was updated successfully, but these errors were encountered: