Contents
Integrations
Events API
Self hosting
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"
};
After 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.
You can now filter events by the âerrorâ category through the search bar inside Operational. Click on the dropdown next to the search bar and your categories will show up.