General error.type
definition should clarify that fully qualified exception type name should be used
#855
Labels
error.type
definition should clarify that fully qualified exception type name should be used
#855
Area(s)
area:error
What happened?
Description
Common definition of
error.type
doesn't mention that fully qualified name should be used (when exception type is recorded).It's specifically important on Python where
exception_type.__name__
is not qualified.Expected Result
Here's how we recommend it in HTTP semconv
TODO:
error.type
description - done in Clarify fully-qualified name should be used forerror.type
#945exception.type
(anderror.type
) see Clarify fully-qualified name should be used forerror.type
#945 (comment)Semantic convention version
1.24.0
Additional context
No response
The text was updated successfully, but these errors were encountered: