Custom events
Custom events sent via track()
No custom events in this range
Send your first event via track() — it'll show up here.
How to send an event
Import track and call it with any properties.
import { track } from
"@paczesny/analytics";
track("signup", {
plan: "pro"
});