We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a920559 commit 6179c15Copy full SHA for 6179c15
src/layer.rs
@@ -729,6 +729,8 @@ where
729
/// Sets whether or not spans metadata should include the _busy time_
730
/// (total time for which it was entered), and _idle time_ (total time
731
/// the span existed but was not entered).
732
+ ///
733
+ /// By default, inactivity tracking is enabled.
734
pub fn with_tracked_inactivity(self, tracked_inactivity: bool) -> Self {
735
Self {
736
tracked_inactivity,
0 commit comments