Skip to content

Commit

Permalink
Update pkg/trace/transform/transform.go
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Montoya <[email protected]>
  • Loading branch information
mtoffl01 and zacharycmontoya authored Oct 18, 2024
1 parent 977a962 commit 47af7c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/trace/transform/transform.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ func MarshalEvents(events ptrace.SpanEventSlice) string {
log.Warnf("Trouble parsing the following attribute value, dropping: %v", v.AsString())
str.WriteString(`"redacted"`)
}
j++
} else {
log.Errorf("Error parsing the following attribute key on span event %v, dropping attribute: %v", e.Name(), k)
}
Expand Down

0 comments on commit 47af7c8

Please sign in to comment.