Have a consistent way of recording exception and status of span #1301
Labels
instrumentation
Related to the instrumentation of third party libraries or frameworks
release:required-for-ga
To be resolved before GA release
sdk
Affects the SDK package.
Following #1282,
Find a consistent way of recording exceptions from spans and instrumentations.
Currently, we have this and this both of which are needed depending on how the user creates the span. We should find a consistent way for all instrumentations to a) set error status and description on an error if caught and b) call record_exception when any of these happen.
The text was updated successfully, but these errors were encountered: