From 55b8c4d51dd5fea0e3f9168728441a6c4e3adda9 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Wed, 15 Nov 2023 14:57:21 -0500 Subject: [PATCH] Mark exceptions as stable. We do not plan to change this behavior in breaking ways. --- CHANGELOG.md | 2 ++ specification/trace/exceptions.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5debda72f5f..c91b42c7dd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,8 @@ release. - Add a new AddLink() operation to Span (experimental). ([#3678](https://github.com/open-telemetry/opentelemetry-specification/pull/3678)) +- Stabilize SDK exception handling. + ([#????](https://github.com/open-telemetry/opentelemetry-specification/pull/????)) ### 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.