Skip to content

Commit

Permalink
fix test comments and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
amanakin committed May 9, 2024
1 parent 26e05cb commit 9b7df60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- De-duplicate map attributes added to a `Record` in `go.opentelemetry.io/otel/sdk/log`. (#5230)
- The `go.opentelemetry.io/otel/exporters/stdout/stdoutlog` exporter won't print `AttributeValueLengthLimit` and `AttributeCountLimit` fields now, instead it prints the `DroppedAttributes` field. (#5272)
- Improved performance in the `Stringer` implementation of `go.opentelemetry.io/otel/baggage.Member` by reducing the number of allocations. (#5286)
- Span in `go.opentelemetry.io/otel/sdk/trace` will record links without span context if either non-empty `TraceState` or attributes are provided. (#5315)
- The `Span` in `go.opentelemetry.io/otel/sdk/trace` will record links without span context if either non-empty `TraceState` or attributes are provided. (#5315)

## [1.26.0/0.48.0/0.2.0-alpha] 2024-04-24

Expand Down
2 changes: 1 addition & 1 deletion sdk/trace/trace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2083,7 +2083,7 @@ func TestAddLinkToNonRecordingSpan(t *testing.T) {
_, err := endSpan(te, span)
require.NoError(t, err)

// Add link after ending span
// Add link to ended, non-recording, span. The link should be dropped.
span.AddLink(trace.Link{
SpanContext: sc,
Attributes: attrs,
Expand Down

0 comments on commit 9b7df60

Please sign in to comment.