diff --git a/internal/lsp/telemetry/ocagent/ocagent.go b/internal/lsp/telemetry/ocagent/ocagent.go index faef9541..5e2439e6 100644 --- a/internal/lsp/telemetry/ocagent/ocagent.go +++ b/internal/lsp/telemetry/ocagent/ocagent.go @@ -236,7 +236,7 @@ func convertAnnotation(tags tag.List) *wire.Annotation { tags = append(tags, tag.Of("Error", entry.Error)) } return &wire.Annotation{ - Description: toTruncatableString(entry.Message), + Description: toTruncatableString(description), Attributes: convertAttributes(tags), } }