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

Feature request: add more context to visitor params #262

Open
acgreek opened this issue Jul 22, 2022 · 1 comment
Open

Feature request: add more context to visitor params #262

acgreek opened this issue Jul 22, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@acgreek
Copy link
Contributor

acgreek commented Jul 22, 2022

I would like to write a plugin that validates that specific fields exist at specific indexes, with correct types

We have a common Event type where field index 1 must always be a timestamp and field 2 must be meta sub message. I want to be able to write a plugin that validates when someone adds a new Event type, those two fields exist with the required index and types.

This allows our down stream apps to add Event types before our backend knows how to process them completely, and can at least process the common fields.

@acgreek
Copy link
Contributor Author

acgreek commented Jul 22, 2022

NM, figured out how to do this

@yoheimuta yoheimuta added the enhancement New feature or request label Jul 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants