You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by zh...@apache.org on 2021/10/22 15:30:35 UTC

[skywalking-client-js] branch e2e updated (e38161b -> 08b646b)

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

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


    from e38161b  add trace detail
     add c04f993  fix apache/skywalking#7335 (#68)
     add 7eb6294  feat: Use Navigation Timing Level 2 to catch perf data (#69)
     add ddc81ba  fix apache/skywalking#7765 (#70)
     add 226243b  refactor: update fetch interceptor (#71)
     add 883aa1d  fix window.onerror TypeError (#72)
     add 2666901  fix: update conditions for traceSDKInternal (#73)
     add bc36f52  fix: update firstReportedError for SPA (#74)
     add c2e3143  docs: update docs for 0.7.0 (#75)
     add 08b646b  Merge branch 'master' into e2e

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                      |   5 +-
 package-lock.json               |   2 +-
 package.json                    |   2 +-
 src/errors/js.ts                |   2 +-
 src/performance/perf.ts         |  11 ++--
 src/services/base.ts            |  10 ++--
 src/trace/interceptors/fetch.ts | 127 ++++++++++++++++++++--------------------
 src/trace/interceptors/xhr.ts   |  25 ++++----
 src/trace/segment.ts            |   2 +-
 9 files changed, 96 insertions(+), 90 deletions(-)