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/08/26 02:54:08 UTC

[skywalking-client-js] 48/48: Merge pull request #6 from Fine0830/feat-perf

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 5ea174d20f26d3c9272fb9f0b712109525152145
Merge: a1eb82a 7be438b
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Aug 26 10:53:03 2020 +0800

    Merge pull request #6 from Fine0830/feat-perf
    
    Feat: Trace performance data

 src/errors/js.ts          |   1 -
 src/errors/vue.ts         |   1 -
 src/monitor.ts            |  30 +++--
 src/performance/fmp.ts    | 310 ++++++++++++++++++++++++++++++++++++++++++++++
 src/performance/index.ts  |  67 ++++++++++
 src/performance/perf.ts   |  61 +++++++++
 src/performance/type.d.ts |  43 +++++++
 src/services/base.ts      |   7 ++
 src/services/constant.ts  |   4 -
 src/services/types.d.ts   |   1 +
 src/types.d.ts            |  10 +-
 11 files changed, 513 insertions(+), 22 deletions(-)