Skip to content

Commit

Permalink
Stabilize how exceptions are recorded using the Trace SDK (#3769)
Browse files Browse the repository at this point in the history
Co-authored-by: Armin Ruech <[email protected]>
  • Loading branch information
jsuereth and arminru authored Dec 1, 2023
1 parent 62effed commit 77405db
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:/open-telemetry/opentelemetry-specification/pull/3678))
- Stabilize how exceptions are recorded using the Trace SDK.
([#3769](https:/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 77405db

Please sign in to comment.