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

Add a filter API to plugins to decide whether to track an event or not #608

Closed
matus-tomlein opened this issue May 29, 2023 · 0 comments
Closed
Assignees
Labels
type:enhancement New features or improvements to existing features.
Milestone

Comments

@matus-tomlein
Copy link
Contributor

Add an option to provide a filter callback in plugins that would return true or false deciding whether the event should be tracked or not. In case any plugin returns false, the event will be discarded and not tracked.

This will, for instance, enable filtering automatically tracked events such as from screen view autotracking and enable users to decide which ones to track.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New features or improvements to existing features.
Projects
None yet
Development

No branches or pull requests

1 participant