CLIEvent
Event
3 `hanzo` commands for Event, each calling one operation on api.hanzo.ai.
Package analytics is product analytics: send an event, read back who did what.
3 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo event envelope <project> | POST /v1/event/{project}/envelope | Sentry SDK envelope ingest — errors and traces from an unmodified Sentry client |
hanzo event store <project> | POST /v1/event/{project}/store | Sentry SDK store ingest — the legacy single-event wire |
hanzo event create | POST /v1/event | Capture product events into your org's warehouse |
How is this guide?