mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
set the writeKey on segment config
This commit is contained in:
parent
30dcae7c10
commit
b317e1b96b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue