- Notifications
You must be signed in to change notification settings - Fork 809
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe your environment
instrumentation-asgi: 0.47b0.dev
What happened?
instrumentation-asgi isn't setting error.type during exceptions and we should set it in the new semconv as defined here
Steps to Reproduce
Run any asgi example which raises exception before status code is sent or received using the new semconv opt-in mode
Expected Result
If the request fails with an error before response status code was sent or received, error.type SHOULD be set to exception type (its fully-qualified class name, if applicable) or a component-specific low cardinality error identifier.
Exception present in error.type
Actual Result
No error.type attribute set in spans
Additional context
Would you like to implement a fix?
None
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working