Skip to content

Commit 091283b

Browse files
committed
doc: add entry to changelog
1 parent 0630c47 commit 091283b

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
@@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1212

1313
- Added support for providing `endpoint`, `pollingIntervalMs` and `initialSamplingRate` using environment variable `OTEL_TRACES_SAMPLER_ARG` in `go.opentelemetry.io/contrib/samples/jaegerremote`. (#6310)
1414
- Added support exporting logs via OTLP over gRPC in `go.opentelemetry.io/contrib/config`. (#6340)
15+
- Added SNS instrumentation in `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws`. (#6388)
1516

1617
### Changed
1718

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

42-
### Changed
43+
### Changed
4344

4445
- Transform raw (`slog.KindAny`) attribute values to matching `log.Value` types.
4546
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)