Skip to content

Commit a24b139

Browse files
authored
Correct docs for lifecycle tracking. (#407)
Changed the default value for tracking lifecycle events from false to true.
1 parent c291874 commit a24b139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Segment/Configuration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ extension Configuration {
163163
return self
164164
}
165165

166-
/// Opt-in/out of tracking lifecycle events. The default value is `false`.
166+
/// Opt-in/out of tracking lifecycle events. The default value is `true`.
167167
///
168168
/// - Parameter enabled: A bool value
169169
/// - Returns: The current Configuration.

0 commit comments

Comments
 (0)