Skip to content

Commit

Permalink
Add considerations for Go.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 committed Aug 7, 2020
1 parent 1354f86 commit a20bea9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specification/trace/semantic_conventions/exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ An unhandled exception that leaves the scope of a span
SHOULD be recorded as an `Event` on that span.
Other (handled, not leaving a span's scope) exceptions MUST NOT be recorded.
An exception is considered to leave the scope of a span if the span is ended
because of stack unwinding caused by the exception.
while the exception is still "in flight"
(special considerations may apply for Go, where exception semantic conventions are used for non-exceptions).

The name of the event MUST be `"exception"`.

Expand Down

0 comments on commit a20bea9

Please sign in to comment.