Error-logging for javascript on client side

前端 未结 7 1888
走了就别回头了
走了就别回头了 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条回答
  • 2020-12-08 01:50

    I recommend to use JsLog.me service

    It can capture whole console output in addition to errors and stacktraces. We use it in our projects, logging whole console log helps our QA team to record issue-reproduction way. Also, it works well with large JSON objects like in Chrome console, and has a search.

    0 讨论(0)
提交回复
热议问题