- Fix native fetch implementation when using Request object.
- Fix fetch implementation when using the Header object in http queries.
- Bump dependencies.
- 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.
- Fix the ability of Fetch constructure.
- Update README.
- Bump dependencies.
- 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.
- Fix fmp metric.
- Add e2e tese based on skywaling-infra-e2e.
- Update metric and events.
- Remove ServiceTag by following SkyWalking v9 new layer model.
- Support setting time interval to report segments.
- Fix segments report only send once.
- Fix apache/skywalking#7335.
- Fix apache/skywalking#7793.
- Fix firstReportedError for SPA.
- 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.
- 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.
- Update stack and message in logs.
- Fix wrong URL when using relative path in xhr.
- 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.
- Fix:
secureConnectionStart
is zero bug. - Fix:
response.status
judge bug.
- Establish the browser exception and tracing core.