We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab65999 commit 466fc7aCopy full SHA for 466fc7a
Sources/Segment/ObjC/ObjCConfiguration.swift
@@ -27,7 +27,8 @@ public class ObjCConfiguration: NSObject {
27
}
28
29
30
- /// Opt-in/out of tracking lifecycle events. The default value is `false`.
+ /// Opt-in/out of tracking lifecycle events. The default value is `true`.
31
+ /// NOTE: the default differs from analytics-ios.
32
@objc
33
public var trackApplicationLifecycleEvents: Bool {
34
get {
0 commit comments