-
-
Notifications
You must be signed in to change notification settings - Fork 62
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 filter options to event debugger #171
Labels
Comments
smeijer
changed the title
feat: add filter options to event debugger
add filter options to event debugger
Jun 16, 2020
If it sounds good to all you I could go with this one. |
delca85
pushed a commit
that referenced
this issue
Jun 19, 2020
delca85
pushed a commit
that referenced
this issue
Jun 19, 2020
5 tasks
delca85
pushed a commit
that referenced
this issue
Jun 20, 2020
delca85
pushed a commit
that referenced
this issue
Jun 21, 2020
delca85
pushed a commit
that referenced
this issue
Jun 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
It should be possible to filter events in the event debugger (under
/events
, introduced by #167). This way the event log will be less noisy, so it would become easier to extract the data of interest.To fix this, we can add "dropdown" menu's to the
type
andname
columns, which will allow to enable/disable specific types.By default, the following events should be filtered out:
The text was updated successfully, but these errors were encountered: