-
Notifications
You must be signed in to change notification settings - Fork 849
Open
Labels
crate/subscriberRelated to the `tracing-subscriber` crateRelated to the `tracing-subscriber` crateneeds/reproA reproduction is required in order to fix a bug.A reproduction is required in order to fix a bug.
Description
Bug Report
Hi team, I have met an issue with format layer, with error message "Span not found", in detail code reference here:
| let span = ctx.span(id).expect("Span not found, this is a bug"); |
After doing some search, I found it could be the same issue with tokio-rs/tracing-opentelemetry#86
Would like to know how you guys think about it, and whether there's any concern to skip callback when parent span not found. Thank you!
Version
v0.3.20
Platform
Linux
Metadata
Metadata
Assignees
Labels
crate/subscriberRelated to the `tracing-subscriber` crateRelated to the `tracing-subscriber` crateneeds/reproA reproduction is required in order to fix a bug.A reproduction is required in order to fix a bug.