Skip to content

core-v6.13.2

Choose a tag to compare

@github-actions github-actions released this 05 May 16:37
· 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.isAppInBackground now defaults to true until the first lifecycle onStart flips it; downstream wrappers (Flutter, RN) that exercise the manager directly in tests may need to call setAppInBackground(false) to simulate a foregrounded process.