Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WP JavaScript Error Logger

Descripción

WP JS Error Logger is a small plugin that I very quickly put together after wathcing Diogo Antunes’ presentation “Know your errors” at Front Trends 2013 in Warsaw, Poland.

It’s a plugin that will log the JavaScript-errors that occur on the front-end of your public website. Errors are logged to a non-public custom post type inside WordPress.

The errors that are logged are the errors that call window.onerror. Please note that not all errors end up there. But… some do, and now you can catch them! 😉

Capturas

  • The overview screen inside WordPress. Each error is it's own post.

  • Details about an error: URL, line, type.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«WP JavaScript Error Logger» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «WP JavaScript Error Logger» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

0.2

  • Second version. Slightly different than first version!

0.1

  • First version