Categories
Once you start receiving events, your main feed will be super dense.
Use categories to group events by their usecase.
Example
const e = {
name: "a critical event",
avatar: "đ¤",
category : "error"
};
CopyAfter sending this event, a âerrorâ category will show up under the search bar inside the webapp UI.
Clicking on this will show you events which match the âerrorâ category.