core-v6.13.2
·
8 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 590d694: Enforce 24-hour maximum session duration and 30-minute inactivity rotation with automatic session rotation, mirroring iOS. Note:
PostHogSessionManager.isAppInBackgroundnow defaults totrueuntil the first lifecycleonStartflips it; downstream wrappers (Flutter, RN) that exercise the manager directly in tests may need to callsetAppInBackground(false)to simulate a foregrounded process.