Ioannis J
Ioannis J
### Description from: https://posthog.com/questions/memory-leak-with-flutter-session-replay
### Description ticket: https://posthoghelp.zendesk.com/agent/tickets/22179 Add support for `propertiesSanitizer` config (already in native iOS and Android)
### Description Once https://github.com/PostHog/posthog-ios/pull/350 is shipped
## :bulb: Motivation and Context Clear cached feature flags when remote config responds with `hasFeatureFlags false` ## :green_heart: How did you test it? ## :pencil: Checklist - [x] I reviewed...
### Description Ticket: https://posthoghelp.zendesk.com/agent/tickets/20809 Session recordings start as soon as the app launches, but feature flag evaluation is executed asynchronously. If the cached value is different that the value returned...
### Description From discussion: https://github.com/PostHog/posthog-ios/pull/320#discussion_r2014329715 Support new format for `$survey_questions` (which should include { id, name, response }) and `$survey_response_x` properties - [ ] iOS - [ ] Android -...
### Description ## Problem The current snapshot mode implementation for Session Replay involves: 1. Capturing a full-window screenshot. 2. Traversing the view hierarchy to locate maskable elements and record their...
### Description We currently just run swift test, which basically runs spm tests only for the current machine. Let's use xcodebuild instead
### Description commits: - https://commitlint.js.org/ & https://www.conventionalcommits.org/en/v1.0.0/ pre-commit hooks: - https://github.com/typicode/husky - https://pre-commit.com/
### Description see: https://github.com/PostHog/posthog-js/blob/0cfffcac9bdf1da3fbb9478c1a51170a325bd57f/src/autocapture-utils.ts#L389