Skip to content

Commit c8def81

Browse files
committed
doc: add entry to changelog
1 parent 0fe1c66 commit c8def81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1414
- Added support exporting logs via OTLP over gRPC in `go.opentelemetry.io/contrib/config`. (#6340)
1515
- The `go.opentelemetry.io/contrib/bridges/otellogr` module.
1616
This module provides an OpenTelemetry logging bridge for `github.com/go-logr/logr`. (#6386)
17+
- Added SNS instrumentation in `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws`. (#6388)
1718

1819
### Changed
1920

@@ -41,7 +42,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
4142
- Use `baggagecopy.NewLogProcessor` when configuring a Log Provider.
4243
- `NewLogProcessor` accepts a `Filter` function type that selects which baggage members are added to the log record.
4344

44-
### Changed
45+
### Changed
4546

4647
- Transform raw (`slog.KindAny`) attribute values to matching `log.Value` types.
4748
For example, `[]string{"foo", "bar"}` attribute value is now transformed to `log.SliceValue(log.StringValue("foo"), log.StringValue("bar"))` instead of `log.String("[foo bar"])`. (#6254)

0 commit comments

Comments
 (0)