jserror
Categories
Component ID
2162225
Component name
jserror
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
772
Component created
Component changed
Component body
JSerror module provides easy way for logging an tracking JavaScript errors.
Tracking JavaScript errors can be painful. JS code that works on your browser might not necessarily work on every users browsers. This module records error as an when the appear on any browser and sends the data back to the server.
JSerror sends a small JavaScript snippet to the browser before any other JavaScript file, which collects all the errors and sends the data back to the server, where the errors are logged in the database.
Planned features
- Email notification.
- Cross domain error submission. E.g., Errors can be tracked on production site, but submitted on staging. Can be useful for performance improvement. Suggestions are welcome.
