posthog icon indicating copy to clipboard operation
posthog copied to clipboard

feat(recordings): recording fetch API should filter to date being selected

Open rcmarron opened this issue 2 years ago • 0 comments

Problem

When playing a recording, we look through the entire 21-day time range. This is no good - we should only look in the time period we think the recording is in.

Changes

If we can get the start time of the recording from the list query. Use this to limit the detail query

👉 Stay up-to-date with PostHog coding conventions for a smoother review.

How did you test this code?

rcmarron avatar Sep 20 '22 00:09 rcmarron