We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you have many event properties, using sum/avg/min/max of event property becomes hell to use.
Using a text input with autocomplete/suggestions
Ideally only properties actually only on that event would get suggested - currently all properties are.
Note that ideally we should be able to input any property there - not just whitelisted ones.
Also $-prefixed keys are not included instead of using same logic as events does (using PropertyKeyInfo)
Came up during #2560
The text was updated successfully, but these errors were encountered:
For future, definitely worth adding the Good First Issue label to help people discover
Good First Issue
Sorry, something went wrong.
No branches or pull requests
Bug description
If you have many event properties, using sum/avg/min/max of event property becomes hell to use.
Expected behavior
Using a text input with autocomplete/suggestions
How to reproduce
Environment
Additional context
Ideally only properties actually only on that event would get suggested - currently all properties are.
Note that ideally we should be able to input any property there - not just whitelisted ones.
Also $-prefixed keys are not included instead of using same logic as events does (using PropertyKeyInfo)
Came up during #2560
Thank you for your bug report – we love squashing them!
The text was updated successfully, but these errors were encountered: