diff --git a/apple/OmnivoreKit/Sources/Utils/EventTracking/EventTracker.swift b/apple/OmnivoreKit/Sources/Utils/EventTracking/EventTracker.swift index 57544845b..fcc5f3159 100644 --- a/apple/OmnivoreKit/Sources/Utils/EventTracking/EventTracker.swift +++ b/apple/OmnivoreKit/Sources/Utils/EventTracking/EventTracker.swift @@ -27,8 +27,8 @@ private let segment: Analytics? = { let config = Configuration(writeKey: writeKey) .flushAt(20) // default is 20 - .trackApplicationLifecycleEvents(false) // default is true - .autoAddSegmentDestination(false) // default is true + .trackApplicationLifecycleEvents(true) // default is true + .autoAddSegmentDestination(true) // default is true .flushInterval(30) // default is 30 seconds .trackDeeplinks(true) // default is true