このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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