Skip to content

Commit

Permalink
docs(changelog): update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse0Michael committed Oct 16, 2024
1 parent 5afea32 commit c7fc7dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Transform nil attribute values to `log.Value` zero value instead of panicking in `go.opentelemetry.io/contrib/bridges/otelzap`. (#6237)
- Transform nil attribute values to `log.Value` zero value instead of `log.StringValue("<nil>")` in `go.opentelemetry.io/contrib/bridges/otelslog`. (#6246)

### Added

- Add the `WithSource` option to the `go.opentelemetry.io/contrib/bridges/otelslog` log bridge to set the `source` attribute in the log record that includes the source location where the record was emitted. (#6253)

<!-- Released section -->
<!-- Don't change this section unless doing release -->

Expand Down

0 comments on commit c7fc7dc

Please sign in to comment.