You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/01/08 05:43:47 UTC

[skywalking-client-js] 29/29: Merge pull request #4 from Fine0830/feat-error-monitor

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-client-js.git

commit b9e71ca6af6502ab0879094b41b2b6edae755ad8
Merge: e0bd856 b15e979
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Jan 8 13:43:10 2020 +0800

    Merge pull request #4 from Fine0830/feat-error-monitor
    
    Feat support ajax and promise error types

 src/errors/ajax.ts                  | 68 +++++++++++++++++++++++++++++++++++++
 src/{types.d.ts => errors/index.ts} | 19 ++++-------
 src/errors/{jsErrors.ts => js.ts}   | 12 +++----
 src/errors/promise.ts               | 48 ++++++++++++++++++++++++++
 src/monitor.ts                      | 35 +++++++++++--------
 src/services/base.ts                | 19 +++++++----
 src/services/report.ts              |  6 ++--
 src/services/types.d.ts             |  9 +++--
 src/types.d.ts                      |  8 ++---
 9 files changed, 171 insertions(+), 53 deletions(-)