Skip to content

Commit 2169716

Browse files
author
Liudmila Molkova
committed
feedback
1 parent 413eed9 commit 2169716

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

specification/trace/exceptions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ This document defines how to record exceptions and their attributes.
1616
An exception SHOULD be recorded as an `Event` on the span during which it occurred.
1717
The name of the event MUST be `"exception"`.
1818

19-
<!-- TODO: update to semconv tag once merged and released -->
20-
**Status**: [Development](../document-status.md) - Refer to the [Recording Errors](https://github.com/open-telemetry/semantic-conventions/blob/v1.30.0/docs/general/recording-errors.md) document for the details on how to report errors across signals.
19+
**Status**: [Development](../document-status.md) - Refer to the [Recording Errors](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/general/recording-errors.md) document for the details on how to report errors across signals.
2120

2221
A typical template for an auto-instrumentation implementing this semantic convention
2322
using an [API-provided `recordException` method](api.md#record-exception)
@@ -45,7 +44,6 @@ event name `exception`.
4544
Additionally, the following attributes SHOULD be
4645
filled out:
4746

48-
- [Deprecated](../document-status.md) `exception.escaped`
4947
- `exception.message`
5048
- `exception.stacktrace`
5149
- `exception.type`

0 commit comments

Comments
 (0)