Contents
Guided setup
Integrations
Events API
Self hosting
View events in your project
Send a sample event first:
await ops.events.log({
name: "user invited another user",
avatar: "🥳",
category: "team",
type: "rows",
content: [
{ label: "Inviter", content: "sarah@acme.com" },
{ label: "Invitee", content: "alex@acme.com" },
{ label: "Project", content: "myapp-production" },
],
});
Now open the app and check your feed:
- Open the
Eventstab. - Use search to find events by name or text.
- Click a category to filter results.
- Toggle
Test modeif you want to view test events. - Click an event card to expand details.