Skip to content

Commit 1c00b5a

Browse files
author
Liudmila Molkova
committed
lint
1 parent 4ddc1d1 commit 1c00b5a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/exceptions/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ Semantic conventions for Exceptions are defined for the following signals:
2121
When an instrumented operation fails with an exception, instrumentation SHOULD record
2222
this exception as a [span event](exceptions-spans.md) or a [log record](exceptions-logs.md).
2323

24-
Recording exceptions on spans SHOULD be accompanied by
24+
Recording exceptions on spans SHOULD be accompanied by:
25+
2526
- setting span status to `ERROR`
26-
- setting [`error.type`](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/attributes-registry/error.md#error-type)
27+
- setting [`error.type`](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/attributes-registry/error.md#error-type) attribute
2728

2829
Refer to the [Recording errors](/docs/general/recording-errors.md) document for additional
2930
details on how to record errors across different signals.

0 commit comments

Comments
 (0)