Skip to content

Commit

Permalink
Stabilize how exceptions are recorded using the Trace SDK (open-telem…
Browse files Browse the repository at this point in the history
…etry#3769)

Co-authored-by: Armin Ruech <[email protected]>
  • Loading branch information
jsuereth and arminru authored Dec 1, 2023
1 parent d9af444 commit 2fc7a83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion specification/trace/exceptions.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 2fc7a83

Please sign in to comment.