mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
track app lifecycle events with segment
This commit is contained in:
parent
6f12941e32
commit
44bfa600b9
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue