File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -723,7 +723,7 @@ where
723
723
/// defined members of the output JSON. If they clash, invalid JSON with multiple fields with
724
724
/// the same key may be generated.
725
725
///
726
- /// It's therefore preferable to use [`with_event `](Self::with_event ) instead.
726
+ /// It's therefore preferable to use [`with_current_span `](Self::with_current_span ) instead.
727
727
pub fn with_top_level_flattened_current_span ( & mut self ) -> & mut Self {
728
728
self . flattened_values . insert (
729
729
FlatSchemaKey :: FlattenedCurrentSpan ,
@@ -744,7 +744,7 @@ where
744
744
/// defined members of the output JSON. If they clash, invalid JSON with multiple fields with
745
745
/// the same key may be generated.
746
746
///
747
- /// It's therefore preferable to use [`with_event `](Self::with_event ) instead.
747
+ /// It's therefore preferable to use [`with_span_list `](Self::with_span_list ) instead.
748
748
pub fn with_top_level_flattened_span_list ( & mut self ) -> & mut Self {
749
749
self . flattened_values . insert (
750
750
FlatSchemaKey :: FlattenedSpanList ,
You can’t perform that action at this time.
0 commit comments