Releases: PostHog/posthog-flutter
Releases · PostHog/posthog-flutter
5.24.1
5.24.0
Immutable
release. Only release title and notes can be modified.
5.23.3
Immutable
release. Only release title and notes can be modified.
5.23.2
Immutable
release. Only release title and notes can be modified.
Patch Changes
- e9e94d1: Accept Map args in the web session recording start handler
- b55480e: Avoid retaining raw RGBA bytes for session replay diffing
- 4bbfb38: Reduce session replay frame callback overhead
- 3bc8c50: Cancel in-flight session replay screenshot capture when stopping
- 0bdb58c: Prevent overlapping session replay snapshot captures
- d4dcbbe: Dispose native session replay resources on screenshot errors
5.23.1
5.23.0
Minor Changes
-
5e31246: Enable captureApplicationLifecycleEvents by default and align Android config key name.
Application lifecycle events (
Application Opened,Application Backgrounded, etc.) are now captured by default. If you don't want these events, you can disable them:- Dart (recommended): Set
config.captureApplicationLifecycleEvents = falsein your PostHog configuration. - Android (manifest): Add
<meta-data android:name="com.posthog.posthog.CAPTURE_APPLICATION_LIFECYCLE_EVENTS" android:value="false" />to yourAndroidManifest.xml. The legacy keycom.posthog.posthog.TRACK_APPLICATION_LIFECYCLE_EVENTSis still supported. - iOS/macOS (Info.plist): Set
com.posthog.posthog.CAPTURE_APPLICATION_LIFECYCLE_EVENTStoNOin yourInfo.plist.
- Dart (recommended): Set