Error-logging for javascript on client side

前端 未结 7 1889
走了就别回头了
走了就别回头了 2020-12-08 01:02

My project which contains a lot of pages with forms. This is a backend of banking CRM system, so any error during working process is to be captured and investigated. On the

7条回答
  •  -上瘾入骨i
    2020-12-08 01:38

    http://exceptionhub.com Should to the trick. http://errorception.com/ Does not provide as much information for debugging, but also seems nice.

    proxino don't seem to know what they are doing, they where incuding a complete jQuery in their logger code to log onerror events last time i checked. I wouldn't trust a service that has so little grasp of client side JavaScript to log my JavaScript errors.

提交回复
热议问题