We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753d0d9 commit 782a4d4Copy full SHA for 782a4d4
opentelemetry/src/context.rs
@@ -780,7 +780,7 @@ mod tests {
780
781
/// Tests that:
782
/// 1. Parent context values are properly propagated to async operations
783
- /// 2. Values added during async operations are captured by telemetry but don't affect parent
+ /// 2. Values added during async operations do not affect parent context
784
#[tokio::test]
785
async fn test_async_context_propagation() {
786
// Set up initial context with ValueA
0 commit comments