Овај додатак није испробан са последња 3 главна издања Вордпреса.Можда се више не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

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