Skip to content

Releases: apache/skywalking-client-js

0.12.0

14 Jul 13:39
8fe1e2a
Compare
Choose a tag to compare
  1. Fix native fetch implementation when using Request object.
  2. Fix fetch implementation when using the Header object in http queries.
  3. Bump dependencies.

0.11.0

18 Mar 05:10
0b8b46f
Compare
Choose a tag to compare
  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.

0.10.0

19 Apr 05:50
64d7541
Compare
Choose a tag to compare
  1. Fix the ability of Fetch constructure.
  2. Update README.
  3. Bump up dependencies.

0.9.0

13 Oct 14:43
786bba4
Compare
Choose a tag to compare
  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.

0.8.0

11 Apr 05:32
1e31bd1
Compare
Choose a tag to compare
  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

0.7.0

13 Oct 08:25
c2e3143
Compare
Choose a tag to compare
  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.

0.6.0

10 Jul 14:19
8cc3cc8
Compare
Choose a tag to compare
  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.

0.5.1

26 Feb 01:38
1906d84
Compare
Choose a tag to compare
  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.

0.3.0

08 Jan 14:52
86da557
Compare
Choose a tag to compare
  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.

0.2.0

12 Nov 01:26
1d1a3f6
Compare
Choose a tag to compare
  1. Fix: secureConnectionStart is zero bug.
  2. Fix: response.status judge bug.