Client js error log

Categories

Component ID

2710933

Component name

Client js error log

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

477

Component created

Component changed

Component body

Client side JavaScript error logging module allows you to see errors happen on client browser.

To discover problems on server side sometimes quite easy, just check log files (e.g. Apache log) but you do not really know what happen on client side that is like a black box. You can get information based on user feedback if something wrong in the front-end code. This module helps you to keep in touch with your JavaScript code, you will know the possible problems arisen in the users browser. So you can find the problems more easy.

Features

  • Flood control:
    you can configure how many error should be logged per user.
  • Aggregated log record summary email:
    You can be notified periodically if any JavaScript error happened on site, just configure the email notification and you will get an aggregated list of last errors.
  • Auto delete old records:
    You can set an interval to delete older records, so your database always will be in optimal size.

Requirements

It needs only jQuery library.

Installation

The installation so easy, just copy the code into your client_js_error_log folder in your module directory (it is most often the "site/all/modules") then enable the module.

Usage

When you installed and enabled the module it will automatically log the client side JavaScript errors. You can see the saved records under the Reports/Client js error log messages menu item.
To change the configuration you can go to the Configuration/System/Client side JS error logging

Details

For the meaning of the several configuration parameters please read the README.txt.