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 d684c2e commit 0154fa4Copy full SHA for 0154fa4
src/layer.rs
@@ -711,10 +711,9 @@ where
711
}
712
713
714
- /// 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`])
715
/// should be propagated to the span status error description.
716
///
717
- ///
718
/// By default, these events do set the span status error description.
719
pub fn with_error_events_to_status(self, error_events_to_status: bool) -> Self {
720
Self {
0 commit comments