Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Dec 13, 2024
1 parent 74fdc97 commit ea9335a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -664,11 +664,11 @@ export const sessionRecordingDataLogic = kea<sessionRecordingDataLogicType>([
actions.stopRealtimePolling()
}
},
loadEventsSuccess: () => {
[sessionRecordingEventDataLogic(props).actionTypes.loadEventsSuccess]: () => {
cache.eventsLoadDuration = Math.round(performance.now() - cache.eventsStartTime)
actions.reportUsageIfFullyLoaded()
},
loadEventsFailure: () => {
[sessionRecordingEventDataLogic(props).actionTypes.loadEventsFailure]: () => {
cache.eventsLoadDuration = Math.round(performance.now() - cache.eventsStartTime)
},
reportUsageIfFullyLoaded: (_, breakpoint) => {
Expand Down

0 comments on commit ea9335a

Please sign in to comment.