Skip to content

Commit 652b514

Browse files
committed
remove code from span
1 parent 158f06e commit 652b514

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

model/modeljson/internal/marshal_fastjson.go

-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

model/modeljson/internal/span.go

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ type Span struct {
2222
Composite *SpanComposite `json:"composite,omitempty"`
2323
Destination *SpanDestination `json:"destination,omitempty"`
2424
DB *DB `json:"db,omitempty"`
25-
Code *Code `json:"code,omitempty"`
2625
Sync *bool `json:"sync,omitempty"`
2726
Kind string `json:"kind,omitempty"`
2827
Action string `json:"action,omitempty"`

0 commit comments

Comments
 (0)