-
Notifications
You must be signed in to change notification settings - Fork 2
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
Adding option "snapshot" to an event #5
Comments
You should be ok! unless you're hitting that error I think it could be solved in the UI as well, maybe a menu item for the fields where you can hide everything nested so it's not so noisy |
Hey @tj yes have been seeing the I really like the sound of something like Otherwise I agree it could be handled at a UI level, would this be handled via "level of nesting" i.e don't show fields below 3 levels? |
ahh true, it would have to hide it in multiple locations, not just the "Discovered fields" panel. Maybe |
Heya 👋,
Working with the JS client on both the server and client and loving it so far.
Would it be possible to add some sort of "snapshot" field to to the event type which isn't indexed/searchable?
Essentially it would be nice to catch a snapshot of an HTTP request when it fails, or the response from a USB device etc... currently I am adding this data to the
fields
key and it does work, however it really muddies the fields column on the right hand side.The text was updated successfully, but these errors were encountered: