diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db14f090b4..a4e37d86b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,8 @@ release. - Add a new AddLink() operation to Span (experimental). ([#3678](https://github.com/open-telemetry/opentelemetry-specification/pull/3678)) +- Stabilize how exceptions are recorded using the Trace SDK. + ([#3769](https://github.com/open-telemetry/opentelemetry-specification/pull/3769)) ### Metrics diff --git a/specification/trace/exceptions.md b/specification/trace/exceptions.md index 303f3b04234..8ede02b5886 100644 --- a/specification/trace/exceptions.md +++ b/specification/trace/exceptions.md @@ -1,6 +1,6 @@ # Exceptions -**Status**: [Experimental](../document-status.md) +**Status**: [Stable](../document-status.md) This document defines how to record exceptions and their required attributes.