jdamner / javascript-error-reporting-client
A WordPress plugin that collects javascript errors from the client and reports them in the WordPress administration dashboard
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Type:wordpress-plugin
pkg:composer/jdamner/javascript-error-reporting-client
Requires
- php: >=7.4
This package is auto-updated.
Last update: 2025-12-24 00:46:23 UTC
README
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).