Releases: PostHog/posthog-ios
Releases · PostHog/posthog-ios
3.9.0
- chore: add SwiftUI View extensions to capture screen view and views in general (postHogViewEvent, postHogScreenView) (#180)
- recording: send meta event again if session rotates (#183)
3.8.3
- recording: use non deprecated methods for getCurrentWindow if available (#178)
3.8.2
- chore: cache flags, distinct id and anon id in memory to avoid file IO every time (#177)
3.8.1
- fix: do not clear events when reset is called (#175)
- fix: reload feature flags as anon user after reset is called (#175)
3.8.0
- fix: rotate session id when reset is called (#174)
- chore: expose session id (#165), (#170) and (#171)
3.7.2
- recording: improve ios session recording performance by avoiding redrawing after screen updates (#166)
debouncerDelay
is changed from 500ms to 1s since the iOS screenshot has to be taken in the main thread and its more sensitive to performance issues
3.7.1
- recording: improve ios session recording performance by doing some work off of the main thread (#158)
3.7.0
- chore: Support the
propertiesSanitizer
config (#154)
3.6.3
- recording: fix: respect session replay project settings from app start (#150)
3.6.2
- recording: fix MTLTextureDescriptor has width of zero issue (#149)