Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -711,10 +711,9 @@ where
}
}

/// Sets whether or not an event considered for exception mapping (see [`OpenTelemetryLayer::with_error_recording`])
/// Sets whether or not an event considered for exception mapping (see [`OpenTelemetryLayer::with_error_records_to_exceptions`])
/// should be propagated to the span status error description.
///
///
/// By default, these events do set the span status error description.
pub fn with_error_events_to_status(self, error_events_to_status: bool) -> Self {
Self {
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
#![cfg_attr(
docsrs,
// Allows displaying cfgs/feature flags in the documentation.
feature(doc_cfg, doc_auto_cfg),
feature(doc_cfg),
// Allows adding traits to RustDoc's list of "notable traits"
feature(doc_notable_trait),
// Fail the docs build if any intra-docs links are broken
Expand Down