Skip to content

Commit b8d5071

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

specification/trace/exceptions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ An exception SHOULD be recorded as an `Event` on the span during which it occurr
1717
The name of the event MUST be `"exception"`.
1818

1919
<!-- 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.
20+
**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.
2121

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

48-
- [Deprecated](../document-status.md) `exception.escaped`
4948
- `exception.message`
5049
- `exception.stacktrace`
5150
- `exception.type`

0 commit comments

Comments
 (0)