Skip to content

WP Plugin for collecting Javascript Errors

License

Notifications You must be signed in to change notification settings

jdamner/javascript-error-reporting-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Error Reporting Client

This is a plugin for WordPress that collects client-side javascript errors and stores them on the site.

It's useful for debugging issues that are occasional and difficult to detect based on the description of the error.

Roadmap

  • Add something in the JS Script to handle if there's a server-side error processing the request
  • Next steps will be to add functionality to only collect data depending on criteria (ie. for logged-in-users only, or for specific js files or error types).