You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by qi...@apache.org on 2020/12/28 08:42:56 UTC

[skywalking-client-js] branch master updated (1d1a3f6 -> e16207b)

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

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


    from 1d1a3f6  Merge pull request #21 from arugal/master
     new ff6ea8a  feat: implement xhr interceptor
     new 7c9e67e  feat: xhr interceptor
     new e23cb4f  feat: trace segments
     new da8658b  feat: add types
     new 5b15aa6  feat: update param
     new cf350b3  feat: report segment
     new aa816ff  fix: segment
     new a586638  fix: url
     new 0d7b290  feat: add base64 lib
     new 1e75de9  feat: add licenses
     new f87a5f5  fix: trace segment
     new 9b11ff7  fix: update status condition
     new c52b737  fix: add comments and constants
     new 71ae4cf  fix: typo
     new 01fff42  fix: status
     new 0dddae6  fix: wrong logic
     new d438c2d  address pr
     new a527178  feat: update trace a segment and report segments
     new 064c756  fix: type
     new e16207b  Merge pull request #23 from Fine0830/feat/http

The 136 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:
 LICENSE => dist/LICENSE                       |  0
 NOTICE => dist/NOTICE                         |  0
 dist/licenses/LICENSES-js-base64.txt          | 27 +++++++++
 package-lock.json                             |  5 ++
 package.json                                  |  5 +-
 src/errors/ajax.ts                            |  4 +-
 src/{services/task.ts => interceptors/xhr.ts} | 33 ++++++-----
 src/monitor.ts                                |  4 ++
 src/services/constant.ts                      | 10 ++++
 src/services/report.ts                        |  2 +
 src/trace/segment.ts                          | 84 +++++++++++++++++++++++++++
 src/{services/types.d.ts => trace/type.d.ts}  | 32 +++++-----
 src/types.d.ts                                | 14 ++---
 tsconfig.json                                 |  3 +-
 14 files changed, 183 insertions(+), 40 deletions(-)
 copy LICENSE => dist/LICENSE (100%)
 copy NOTICE => dist/NOTICE (100%)
 create mode 100644 dist/licenses/LICENSES-js-base64.txt
 copy src/{services/task.ts => interceptors/xhr.ts} (60%)
 create mode 100644 src/trace/segment.ts
 copy src/{services/types.d.ts => trace/type.d.ts} (68%)