Skip to content

Conversation

@LikeTheSalad
Copy link
Contributor

Closes #158

return this;
}

/**
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the end, I figured that, at least in Android, setting the filters with a function named set* might be better in order to keep consistency with all the other config options @bryce-b @gregkalapos jsyk

@bryce-b
Copy link

bryce-b commented Apr 28, 2023

I think we should allow for filter chaining. By this I mean allowing multiple filters to be set. Instead of setFilter we can have addFilter. I think this will allow customers a cleaner looking filter set up, if they want to have multiple checks.

@LikeTheSalad
Copy link
Contributor Author

Sounds good, I just added filter chaining support @bryce-b

@LikeTheSalad LikeTheSalad requested a review from bmorelli25 May 4, 2023 10:08
LikeTheSalad and others added 2 commits May 8, 2023 09:27
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
@LikeTheSalad LikeTheSalad merged commit 21bf450 into main May 8, 2023
@LikeTheSalad LikeTheSalad deleted the 158-add-signal-filtering-api branch May 8, 2023 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment