Skip to content

Commit

Permalink
chore: remove property that is too noisy (#24765)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Sep 3, 2024
1 parent 9f3093b commit 1a32f2b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -881,12 +881,10 @@ export const sessionRecordingDataLogic = kea<sessionRecordingDataLogicType>([
if (everyWindowMissingFullSnapshot) {
// video is definitely unplayable
posthog.capture('recording_has_no_full_snapshot', {
...windowsHaveFullSnapshot,
sessionId: sessionRecordingId,
})
} else if (anyWindowMissingFullSnapshot) {
posthog.capture('recording_window_missing_full_snapshot', {
...windowsHaveFullSnapshot,
sessionId: sessionRecordingId,
})
}
Expand Down

0 comments on commit 1a32f2b

Please sign in to comment.