01 / Capture
Instrument the product where work happens.
Send events from the browser or client, a backend SDK, or a REST endpoint. Keep the event name and properties close to the action they describe.
track("report_opened", {
source: "workspace",
report_id: "rpt_204"
})
