You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document defines how to record exceptions and
6
-
their required attributes.
5
+
This document defines how to record exceptions and their attributes.
7
6
8
7
<!-- toc -->
9
8
@@ -17,6 +16,9 @@ their required attributes.
17
16
An exception SHOULD be recorded as an `Event` on the span during which it occurred.
18
17
The name of the event MUST be `"exception"`.
19
18
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/c77c7d7866c943b357d1d26ffa2fa89b092f2b9f/docs/general/recording-errors.md) document for the details on how to report errors across signals.
21
+
20
22
A typical template for an auto-instrumentation implementing this semantic convention
21
23
using an [API-provided `recordException` method](api.md#record-exception)
0 commit comments