diff --git a/apple/OmnivoreKit/Sources/Utils/EventTracking/EventTracker.swift b/apple/OmnivoreKit/Sources/Utils/EventTracking/EventTracker.swift index 737c4f53b..4a130addc 100644 --- a/apple/OmnivoreKit/Sources/Utils/EventTracking/EventTracker.swift +++ b/apple/OmnivoreKit/Sources/Utils/EventTracking/EventTracker.swift @@ -25,7 +25,7 @@ private let segment: Analytics? = { return nil } - let config = Configuration(writeKey: "") + let config = Configuration(writeKey: writeKey) .flushAt(20) // default is 20 .trackApplicationLifecycleEvents(false) // default is true .autoAddSegmentDestination(false) // default is true