Event
The `hanzo event` commands.
Also for this capability: API · CLI · SDKs
Product analytics: send an event, read back who did what.
hanzo event topEvery command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.
| Command | What it does |
|---|---|
hanzo event create | Capture product events into your org's warehouse |
hanzo event errors | Errors returns the caller org's most recently captured errors, newest first. |
hanzo event health | Health reports whether the event plane can take a write and the warehouse can answer a read. |
hanzo event overview | Overview returns the caller org's analytics KPIs for one time window. |
hanzo event replay | Record a session-replay snapshot batch |
hanzo event tag.js | The Hanzo event tag — the one-line install for a surface with no bundler |
hanzo event timeseries | Timeseries returns the caller org's LLM usage over time as an evenly-spaced series. |
hanzo event top | Top returns the caller org's ranked lenses for one window, five of them at once. |
envelope
| Command | What it does |
|---|---|
hanzo event envelope <project> | Sentry SDK envelope ingest — errors and traces from an unmodified Sentry client |
insights
| Command | What it does |
|---|---|
hanzo event insights events | Returns the caller org's most recent product events, newest first. |
hanzo event insights health | Reports that the unified insights surface is serving. |
store
| Command | What it does |
|---|---|
hanzo event store <project> | Sentry SDK store ingest — the legacy single-event wire |
How is this guide?