Releases: PostHog/posthog-ios
Releases · PostHog/posthog-ios
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)
3.6.1
- recording: improvements to screenshot masking (#147)
3.6.0
- recording: screenshot masking (#146)
3.5.2
- chore: migrate UUID from v4 to v7 (#145)
3.5.1
- recording: fix
screenshotMode
typo (#143)
3.5.0
- chore: change host to new address (#139)
- fix: rename groupProperties to groups for capture methods (#140)
- recording: add
screenhshotMode
option for session replay instead of wireframe (#142)