Releases: apache/skywalking-client-js
Releases · apache/skywalking-client-js
0.12.0
- Fix native fetch implementation when using Request object.
- Fix fetch implementation when using the Header object in http queries.
- Bump dependencies.
0.11.0
- Fixed the bug that navigator.sendBeacon sent json to backend report "No suitable request converter found for a @RequestObject List".
- Fix reading property from null.
- Pin selenium version and update license CI.
- Bump dependencies.
- Update README.
0.10.0
- Fix the ability of Fetch constructure.
- Update README.
- Bump up dependencies.
0.9.0
- Fix custom configurations when the page router changed for SPA.
- Fix reporting data by
navigator.sendbeacon
when pages is closed.
- Bump dependencies.
- Add Security Notice.
- Support adding custom tags to spans.
- Validate custom parameters for register.
0.8.0
- Fix fmp metric.
- Add e2e test based on skywaling-infra-e2e.
- Update metric and events.
- Remove ServiceTag by following SkyWalking v9 new
0.6.0
- Separate production and development environments when building.
- Upgrade packages to fix vulnerabilities.
- Fix headers could be null .
- Fix catching errors for http requests.
- Fix the firstReportedError is calculated with more types of errors.
0.5.1
- Add
noTraceOrigins
option.
- Fix wrong URL when using relative path.
- Catch frames errors.
- Get
response.body
as a stream with the fetch API.
- Support reporting multiple logs.
- Support typescript project.
0.3.0
- Support tracing starting at the browser.
- Add traceSDKInternal SDK for tracing SDK internal RPC.
- Add detailMode SDK for tracing http method and url as tags in spans.
- Fix conditions of http status.
0.2.0
- Fix:
secureConnectionStart
is zero bug.
- Fix:
response.status
judge bug.