From 869f1e3526a9258e00c30013d0dc173b1dc75ab4 Mon Sep 17 00:00:00 2001 From: Jesse Michael Date: Mon, 14 Oct 2024 21:16:31 -0700 Subject: [PATCH] docs(changelog): update changelog.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31f15338a48..26cbf823714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +### 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) +