0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 09:14:46 +01:00
Commit Graph

3 Commits

Author SHA1 Message Date
Paul D'Ambra
9a4e9a81da
fix: patch mobile recordings that are missing their meta event (#24840) 2024-09-06 16:24:37 +01:00
Paul D'Ambra
e5bec128fc
fix: invalid text node should not render (#21093) 2024-03-22 17:48:43 +00:00
Paul D'Ambra
0fdb1e0fe3
feat: dedupe incremental mutations for mobile replay (#19974)
* start passing context around instead of multiple parameters

* start passing a result and context back from conversions

* even more using the context and the results

* get id sequences under control

* manually run prettier

* add lint staged rules for ee TS code

* remove console logs

* start tracking ids as they are processedD

* Add a new test case and so update _all_ of the ids :/

* don't process the same add or update id more than once

* refactor similar closer together

* move keyboard style override into context

* snapshots

* remove constant

* need to fangle context in case select options ever starts to change it
2024-01-26 16:14:14 +00:00