Skip to content

A simple JavaScript library for tracking errors (unhandled exceptions) on clients

Notifications You must be signed in to change notification settings

ilyai/JSErrorLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Error Logger

A simple JavaScript library for tracking errors (unhandled exceptions) on clients by logging them via AJAX to the server. It uses TraceKit if avalable to get additional information about exception.

Usage

  1. Build concatenated and minified version with make (make sure you have UglifyJS installed).
  2. Include the errorlogger.min.js script at the very top of the page in header.
  3. Implement server-side part that recieves JSON encoded message.

About

A simple JavaScript library for tracking errors (unhandled exceptions) on clients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published