Skip to content

Version 3.1.2

Compare
Choose a tag to compare
@mscwilson mscwilson released this 25 May 10:55
· 151 commits to master since this release

This patch version fixes a mistake in the Lifecycle autotracking feature. When configured, Background and Foreground events are fired as the user navigates away from, and back to, the app. Also, a LifecycleEntity is attached to all events, marking if they occurred when the app was visible or not. Unfortunately, these entities were not being added until after a Background event had fired. This has now been fixed: when Lifecycle autotracking is on, all events will have the lifecycle entity.

CHANGELOG

Bug fixes:

  • Attach LifecycleEntity before the first Background event (#679)