0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 17:54:41 +01:00
Commit Graph

2 Commits

Author SHA1 Message Date
Paul D'Ambra
7c53b495b7
fix: person listing for recordings didn't work nicely with the PoE changes (#20658)
* support person uuid filter with poe v2

* confirming that poe1 fallsback to as if disabled

* comments

* freeze time

* Update query snapshots

* line up params and values correctly

* Update query snapshots

* comment

* instance settings queries

* Update query snapshots

* comment to clarify PoE mode for query

* Update query snapshots

* comment to clarify PoE mode for query

* Update query snapshots

* snapshots don't look right to me

* Update query snapshots

* don't read the setting so many times

* Update query snapshots

* obey mypy

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-01 19:29:51 +00:00
Paul D'Ambra
16b9ed3d58
feat: basic PoE v2 support for session replay listing (#20609)
If PoE v2 is available for a team we should use it when querying person properties and listing sessions
2024-02-29 20:13:44 +00:00