Releases: PostHog/posthog-ios
Releases · PostHog/posthog-ios
3.25.0
3.24.3
3.24.2
3.24.1
3.24.0
3.23.0
- fix: postHogMask() view modifier breaks navigation bar (#331)
- fix: manually start session recording even when
config.sessionReplay
is disabled (#330) - feat: start/stop integrations when calling optIn() or optOut() (#329)
- feat: add
$feature_flag_id
,$feature_flag_version
,$feature_flag_reason
and$feature_flag_request_id
properties to$feature_flag_called
event (#327)
3.22.1
3.22.0
3.21.0
-
fix: visionOS builds (#291)
Thanks @harlanhaskins ❤️
-
feat: improve session replay throttle logic (#322)
Note:
debouncerDelay
is deprecated and will be removed in next major update. UsethrottleDelay
instead which provides identical functionality for controlling session replay capture frequency.