Skip to content

Commit 466fc7a

Browse files
committed
fix objc configuration; update docs.
1 parent ab65999 commit 466fc7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/Segment/ObjC/ObjCConfiguration.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ public class ObjCConfiguration: NSObject {
2727
}
2828
}
2929

30-
/// Opt-in/out of tracking lifecycle events. The default value is `false`.
30+
/// Opt-in/out of tracking lifecycle events. The default value is `true`.
31+
/// NOTE: the default differs from analytics-ios.
3132
@objc
3233
public var trackApplicationLifecycleEvents: Bool {
3334
get {

0 commit comments

Comments
 (0)