설명
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! 😉
스크린샷
후기
이 플러그인에 대한 평가가 없습니다.
기여자 & 개발자
자국어로 “WP JavaScript Error Logger”(을)를 번역하세요.
개발에 관심이 있으십니까?
변경이력
0.2
- Second version. Slightly different than first version!
0.1
- First version