Skip to content
New issue

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

Logging client side errors #51

Closed
paales opened this issue Nov 19, 2014 · 2 comments
Closed

Logging client side errors #51

paales opened this issue Nov 19, 2014 · 2 comments

Comments

@paales
Copy link
Contributor

paales commented Nov 19, 2014

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.

@airbone42 airbone42 assigned airbone42 and unassigned airbone42 Jan 24, 2015
@airbone42
Copy link
Member

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.

airbone42 pushed a commit to airbone42/firegento-logger that referenced this issue Jan 24, 2015
datenbrille added a commit that referenced this issue Jan 25, 2015
#51 add possibility to log js errors
@airbone42
Copy link
Member

Done ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants