Releases: PostHog/posthog-android
Releases · PostHog/posthog-android
3.11.1
- fix: do not allow default integrations multiple times (#219)
3.11.0
- chore: Session Replay - GA
- fix: session replay and auto capture works with 'with' method (#217)
- fix: sending cached events null check (#218)
3.10.0
- chore: change screenshots debouncing approach to throttling (#214)
- Added
throttleDelayMs
config and deprecated debouncerDelayMs
config.
- chore: change screenshot image type from JPEG to WEBP (#211)
3.9.2
- fix: allow changing person properties after identify (#205)
3.9.1
- recording: fix observation on multiple threads in layout/draw is not supported for compose (#204)
3.9.0
- recording: add replay masking to jetpack compose views (#198)
3.8.3
- recording: fix crash when calling view.isVisible (#201)
- recording: change debouncerDelayMs default from 500ms to 1000ms (1s) (#201)
3.8.2
- recording: session replay respect feature flag variants (#197)
3.8.1
- recording:
OnTouchEventListener
try catch guard to swallow unexpected errors take 2 (#196)