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
Copy file name to clipboardExpand all lines: specification/trace/exceptions.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ An exception SHOULD be recorded as an `Event` on the span during which it occurr
17
17
The name of the event MUST be `"exception"`.
18
18
19
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.
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.
21
21
22
22
A typical template for an auto-instrumentation implementing this semantic convention
23
23
using an [API-provided `recordException` method](api.md#record-exception)
0 commit comments