You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file.
19
19
- The ```new Stats()``` has been deprecated on Stats class. The global singleton ```globalStats``` object should be used instead. Also, ```registerView()``` is separated out from ```createView()```.
20
20
- Use ```TagKey```, ```TagValue``` and ```TagMap``` to create the tag keys, tag values.
21
21
- The `status` field on `Span` is no longer a number, use `CanonicalCode` instead.
22
+
- Add enum type for `MessageEvent`, `Link` and `SpanKind`, instead of string.
0 commit comments