Skip to content

Commit

Permalink
chore: add filter type to 'recording list filters changed' event (#17556
Browse files Browse the repository at this point in the history
)
  • Loading branch information
daibhin authored Sep 21, 2023
1 parent 3ef42dd commit 6164c70
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,11 @@ export const sessionRecordingsListLogic = kea<sessionRecordingsListLogicType>([
acc[`partial_filter_chosen_${key}`] = filters[key]
return acc
}, {})
posthog.capture('recording list filters changed', { ...partialFilters })

posthog.capture('recording list filters changed', {
...partialFilters,
showing_advanced_filters: values.showAdvancedFilters,
})

actions.loadEventsHaveSessionId()
},
Expand Down

0 comments on commit 6164c70

Please sign in to comment.