- 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.