According to this session behavior doc, The session will still end after 5 minutes of inactivity based on the foreground events.
What I'm finding is that sessions are lasting more than 24 hours (i.e. the same session id) with no additional events sent (custom or auto-captured).
Not sure if we need disable this in our configuration step?
"On iOS, you can use disableAutocaptureWhenBackgrounded to ensure autocaptured events won’t be tracked when the app is in the background. Custom events won’t be impacted by this flag."
According to this session behavior doc,
The session will still end after 5 minutes of inactivity based on the foreground events.
What I'm finding is that sessions are lasting more than 24 hours (i.e. the same session id) with no additional events sent (custom or auto-captured).
Not sure if we need disable this in our configuration step?
disableAutocaptureWhenBackgrounded
to ensure autocaptured events won’t be tracked when the app is in the background. Custom events won’t be impacted by this flag."