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

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


    from e0bd856  Merge pull request #3 from Fine0830/feat-monitor
     new 3c0ee0b  feat: support ajax and promise error for trace
     new 2d1812a  fix: rm report url
     new ecf7e2a  add error info
     new f8da8d2  fix: name
     new b15e979  refactor: data structure
     new b9e71ca  Merge pull request #4 from Fine0830/feat-error-monitor

The 29 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/errors/ajax.ts                | 68 +++++++++++++++++++++++++++++++++++++++
 src/{ => errors}/index.ts         | 11 ++++---
 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(+), 45 deletions(-)
 create mode 100644 src/errors/ajax.ts
 copy src/{ => errors}/index.ts (84%)
 rename src/errors/{jsErrors.ts => js.ts} (79%)
 create mode 100644 src/errors/promise.ts

Reply via email to