Contents
Guided setup
Integrations
Events API
Self hosting
Categories and search
Use category to group similar events.
This keeps your project feed easy to scan.
await ops.events.log({
name: "invoice overdue",
avatar: "📬",
category: "billing",
content: "Invoice inv_8901 is 5 days overdue",
});
Operational shows common categories for each project and lets you filter by them.
Good category habits:
- Keep names short (
billing,error,security). - Use
namefor the event action, andcategoryfor the group. - Keep category length under 24 characters.