Skip to content

Commit

Permalink
Revert "fix(session-replay): Fix all eventsdata query (#27339)"
Browse files Browse the repository at this point in the history
This reverts commit 4825a8b.
  • Loading branch information
fuziontech authored Jan 7, 2025
1 parent 4825a8b commit e3ca286
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -685,10 +685,10 @@ export const sessionRecordingDataLogic = kea<sessionRecordingDataLogicType>([
FROM events
WHERE timestamp > ${dayjs(earliestTimestamp - 1000)
.utc()
.format('YYYY-MM-DD HH:MM:ss.SSS')}
.toISOString()}
AND timestamp < ${dayjs(latestTimestamp + 1000)
.utc()
.format('YYYY-MM-DD HH:MM:ss.SSS')}
.toISOString()}
AND event in ${eventNames}
AND uuid in ${eventIds}`,
}
Expand Down

0 comments on commit e3ca286

Please sign in to comment.