外掛說明
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! 😉
螢幕擷圖
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
0.2
- Second version. Slightly different than first version!
0.1
- First version