Send events, get emailed when something weird happens. No dashboards to stare at. No thresholds to configure. Just statistics and email.
// deno add jsr:@uri/anomalisa import { sendEvent } from "@uri/anomalisa"; await sendEvent({ token: "your-token", userId: "user-123", eventName: "purchase" });