skywalking-client-js-netease
Version:
Client-side JavaScript exception and tracing library for Apache SkyWalking APM
47 lines (33 loc) • 1.18 kB
Markdown
# Changes
## 0.7.0
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
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
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.4.0
1. Update stack and message in logs.
2. Fix wrong URL when using relative path in xhr.
## 0.3.0
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
1. Fix: `secureConnectionStart` is zero bug.
2. Fix: `response.status` judge bug.
## 0.1.0
1. Establish the browser exception and tracing core.