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 ea670ca commit 7e64aa9Copy full SHA for 7e64aa9
opentelemetry/src/context.rs
@@ -497,6 +497,7 @@ impl Context {
497
span: Some(Arc::new(value)),
498
entries: Context::map_current(|cx| cx.entries.clone()),
499
suppress_telemetry: Context::map_current(|cx| cx.suppress_telemetry),
500
+ // TODO: Do this while inside the `map_current` closure
501
}
502
503
0 commit comments