Ovaj dodatak nije testiran s najnovija 3 glavna izdanja WordPress-a. Možda se više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada se koristi sa novijim verzijama WordPress-a.

WP JavaScript Error Logger

Opis

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

Slike ekrana

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

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

Recenzije

Nema recenzija za ovaj dodatak.

Saradnici i programeri

“WP JavaScript Error Logger” is open source software. The following people have contributed to this plugin.

Doprinositelji

Zapis promijena

0.2

  • Second version. Slightly different than first version!

0.1

  • First version