skywalking-client-js

Client-side JavaScript exception and tracing library for Apache SkyWalking APM.

APACHE-2.0 License

Downloads
2K
Stars
253
Committers
22

Bot releases are hidden (Show)

skywalking-client-js - 0.12.0 Latest Release

Published by Fine0830 3 months ago

  1. Fix native fetch implementation when using Request object.
  2. Fix fetch implementation when using the Header object in http queries.
  3. Bump dependencies.
skywalking-client-js - 0.11.0

Published by Fine0830 7 months ago

  1. Fixed the bug that navigator.sendBeacon sent json to backend report "No suitable request converter found for a @RequestObject List".
  2. Fix reading property from null.
  3. Pin selenium version and update license CI.
  4. Bump dependencies.
  5. Update README.
skywalking-client-js - 0.10.0

Published by Fine0830 over 1 year ago

  1. Fix the ability of Fetch constructure.
  2. Update README.
  3. Bump up dependencies.
skywalking-client-js - 0.9.0

Published by Fine0830 about 2 years ago

  1. Fix custom configurations when the page router changed for SPA.
  2. Fix reporting data by navigator.sendbeacon when pages is closed.
  3. Bump dependencies.
  4. Add Security Notice.
  5. Support adding custom tags to spans.
  6. Validate custom parameters for register.
skywalking-client-js - 0.8.0

Published by Fine0830 over 2 years ago

  1. Fix fmp metric.
  2. Add e2e test based on skywaling-infra-e2e.
  3. Update metric and events.
  4. Remove ServiceTag by following SkyWalking v9 new
skywalking-client-js - 0.7.0

Published by Fine0830 about 3 years ago

  1. Support setting time interval to report segments.
  2. Fix segments report only send once.
  3. Fix apache/skywalking#7335.
  4. Fix apache/skywalking#7793.
  5. Fix firstReportedError for SPA.
skywalking-client-js - 0.6.0

Published by Fine0830 over 3 years ago

  1. Separate production and development environments when building.
  2. Upgrade packages to fix vulnerabilities.
  3. Fix headers could be null .
  4. Fix catching errors for http requests.
  5. Fix the firstReportedError is calculated with more types of errors.
skywalking-client-js - 0.5.1

Published by Fine0830 over 3 years ago

  1. Add noTraceOrigins option.
  2. Fix wrong URL when using relative path.
  3. Catch frames errors.
  4. Get response.body as a stream with the fetch API.
  5. Support reporting multiple logs.
  6. Support typescript project.
skywalking-client-js - 0.3.0

Published by arugal almost 4 years ago

  1. Support tracing starting at the browser.
  2. Add traceSDKInternal SDK for tracing SDK internal RPC.
  3. Add detailMode SDK for tracing http method and url as tags in spans.
  4. Fix conditions of http status.
skywalking-client-js - 0.2.0

Published by arugal almost 4 years ago

  1. Fix: secureConnectionStart is zero bug.
  2. Fix: response.status judge bug.
skywalking-client-js - 0.1.0

Published by arugal almost 4 years ago

  1. Establish the browser exception and tracing core.
  2. Require SkyWalking 8.2+ or master branch codes.