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/09/06 02:04:09 UTC

[skywalking-client-js] branch master updated (78bf764 -> 3bed3fc)

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 78bf764  Merge pull request #7 from Fine0830/feat-pv
     new dc0f3f0  feat: add report type
     new 65cedc3  feat: add uuid for error
     new edaf173  build: remove yarn.lock
     new 152a177  revert: readme
     new 5e3ebd2  fix: parseInt data
     new 9f75647  fix: fetch
     new 5940452  fix: uuid
     new 1024cfa  fix: lock
     new 3bed3fc  Merge pull request #8 from Fine0830/feat-report

The 62 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:
 .gitignore                                |    2 +-
 src/errors/ajax.ts                        |    4 +-
 src/errors/js.ts                          |    4 +-
 src/errors/promise.ts                     |    4 +-
 src/errors/resource.ts                    |    4 +-
 src/errors/vue.ts                         |    5 +-
 src/monitor.ts                            |   12 +-
 src/performance/index.ts                  |    4 +-
 src/performance/perf.ts                   |   30 +-
 src/services/base.ts                      |    8 +-
 src/services/constant.ts                  |    7 +
 src/services/report.ts                    |   37 +-
 src/services/task.ts                      |    8 +-
 src/services/types.d.ts                   |    2 +-
 src/{errors/index.ts => services/uuid.ts} |   17 +-
 src/types.d.ts                            |    1 -
 yarn.lock                                 | 4560 -----------------------------
 17 files changed, 78 insertions(+), 4631 deletions(-)
 copy src/{errors/index.ts => services/uuid.ts} (74%)
 delete mode 100644 yarn.lock