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
When an exception is raised and handled by the exception_handler, the span_id printed is always 0. However, the span_idprinted in the middleware is correct.
Describe your environment
OS: Ubuntu
Python version: 3.12
What happened?
When an exception is raised and handled by the
exception_handler
, thespan_id
printed is always 0. However, thespan_id
printed in the middleware is correct.Steps to Reproduce
Expected Result
middleware 1234
exception_handler 1234
Actual Result
middleware 1234
exception_handler 0
Additional context
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: