该插件尚未通过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」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

0.2

  • Second version. Slightly different than first version!

0.1

  • First version