Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter Redux event firehose for relevant events #4006

Closed
jhnstn opened this issue Sep 22, 2021 · 1 comment
Closed

Filter Redux event firehose for relevant events #4006

jhnstn opened this issue Sep 22, 2021 · 1 comment

Comments

@jhnstn
Copy link
Member

jhnstn commented Sep 22, 2021

We expect to receive more events than needed once we tap into the Gutenberg via Redux middleware.

We will need to filter those events before we forward them to the native analytics flow.

@jhnstn
Copy link
Member Author

jhnstn commented Sep 29, 2021

The work required for this is minimal and will be captured in #4009
Also, since we are holding on the generic event type in the host apps, there is no need to spend time on all the redux events we need to filter now. The pattern will be set for the first event and will allow for filtering additional events.

@jhnstn jhnstn closed this as completed Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant