Skip to content

Commit 6179c15

Browse files
aimericsrdjc
authored andcommitted
doc : tracked inactivity default
1 parent a920559 commit 6179c15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/layer.rs

+2
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,8 @@ where
729729
/// Sets whether or not spans metadata should include the _busy time_
730730
/// (total time for which it was entered), and _idle time_ (total time
731731
/// the span existed but was not entered).
732+
///
733+
/// By default, inactivity tracking is enabled.
732734
pub fn with_tracked_inactivity(self, tracked_inactivity: bool) -> Self {
733735
Self {
734736
tracked_inactivity,

0 commit comments

Comments
 (0)