Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

WP JavaScript Error Logger

Описание

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! 😉

Скриншоты

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

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

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«WP JavaScript Error Logger» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «WP JavaScript Error Logger» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

0.2

  • Second version. Slightly different than first version!

0.1

  • First version