Este plugin não foi testado com as 3 atualizações principais mais recentes do WordPress. Pode ser que não tenha mais manutenção ou suporte e talvez tenha problemas de compatibilidade quando usado com versões mais recentes do WordPress.

WP JavaScript Error Logger

Descrição

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

Imagens de tela

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

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

Avaliações

There are no reviews for this plugin.

Contribuidores e desenvolvedores

“WP JavaScript Error Logger” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.

Contribuidores

Registro de alterações

0.2

  • Second version. Slightly different than first version!

0.1

  • First version