Skip to content

Commit 30a0745

Browse files
author
Liudmila Molkova
committed
remove the note
1 parent 725ae77 commit 30a0745

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

oteps/4333-recording-exceptions-on-logs.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ This guidance boils down to the following:
5252

5353
Instrumentations should record exception information (along with other context) on the log record and
5454
use appropriate severity - only unhandled exceptions should be recorded as `Error` or higher.
55-
56-
> [!NOTE]
57-
>
58-
> As a result of applying this guidance, only top-level instrumentations (native and non-native) should record exceptions at `Error` (or higher) severity.
59-
6055
Instrumentations should strive to report each exception once.
6156

6257
Instrumentations should provide the whole exception instance to the OTel SDK (instead of individual attributes)

0 commit comments

Comments
 (0)